public interface Event extends ModelEntity
Get /v1/{tenant_id}/stacks/{stack_name}/{stack_id}/resources/{resource_name}/events/{event_id}
http://developer.openstack.org/api-ref-orchestration-v1.html
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the id of the event
|
List<? extends Link> |
getLinks()
Returns the links of the event
|
String |
getLocalReourceId()
Returns the logical_resource_id of the event
|
String |
getPhysicalResourceId()
Returns the physical_resource_id of the event
|
String |
getReason()
Returns the resource_status_reason of the event
|
String |
getResourceName()
Returns the resource_name of the event
|
Object |
getResourceProperties()
Returns the resource properties of the event
|
String |
getResourceStatus()
Returns the resource_status of the event
|
String |
getResourceType()
Returns the resource type of the event
|
Date |
getTime()
Returns the event_time of the event
|
String getId()
String getResourceName()
Date getTime()
String getLocalReourceId()
String getReason()
String getResourceStatus()
String getPhysicalResourceId()
List<? extends Link> getLinks()
String getResourceType()
Object getResourceProperties()
Copyright © 2017. All rights reserved.