public interface Action extends ResourceEntity
GET /v1/actions/{action_id}
http://developer.openstack.org/api-ref-clustering-v1.html
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns the action name of the action
|
String |
getCause()
Returns the action name of the action
|
Map<String,Object> |
getContext()
Returns the context of the action
|
Date |
getCreatedAt()
Returns the action name of the action
|
List<String> |
getDependedBy()
Returns the depended by of the action
|
List<String> |
getDependedOn()
Returns the depends on of the action
|
Float |
getEndTime()
Returns the end time of the action
|
Map<String,Object> |
getInputs()
Returns the inputs of the action
|
Integer |
getInterval()
Returns the interval of the action
|
Map<String,Object> |
getOutputs()
Returns the outputs of the action
|
String |
getOwner()
Returns the owner of the action
|
Float |
getStartTime()
Returns the start time of the action
|
String |
getStatus()
Returns the status of the action
|
String |
getStatusReason()
Returns the status reason of the action
|
String |
getTarget()
Returns the target of the action
|
Integer |
getTimeout()
Returns the timeout value of the action
|
Date |
getUpdatedAt()
Returns the action name of the action
|
getId, getName
String getAction()
Map<String,Object> getContext()
Date getUpdatedAt()
String getCause()
Date getCreatedAt()
List<String> getDependedBy()
List<String> getDependedOn()
Float getEndTime()
Map<String,Object> getInputs()
Integer getInterval()
Map<String,Object> getOutputs()
String getOwner()
Float getStartTime()
String getStatus()
String getStatusReason()
String getTarget()
Integer getTimeout()
Copyright © 2017. All rights reserved.