public interface Node extends ResourceEntity
GET /v1/nodes/{node_id}
http://developer.openstack.org/api-ref-clustering-v1.html
Modifier and Type | Method and Description |
---|---|
String |
getClusterID()
Returns the cluster id of the Event
|
Date |
getCreatedAt()
Returns the created at time of the Event
|
Map<String,Object> |
getData()
Returns the data of the Event
|
Map<String,Object> |
getDetails()
Returns the details of the Event
|
String |
getDomain()
Returns the domain of the Event
|
Integer |
getIndex()
Returns the index of the Event
|
Date |
getInitAt()
Returns the init at time of the Event
|
Map<String,Object> |
getMetadata()
Returns the metadata of the Event
|
String |
getPhysicalID()
Returns the physical id of the Event
|
String |
getProfileID()
Returns the profile id of the Event
|
String |
getProfileName()
Returns the profile name of the Event
|
String |
getProject()
Returns the project of the Event
|
String |
getRole()
Returns the role of the Event
|
String |
getStatus()
Returns the status of the Event
|
String |
getStatusReason()
Returns the status reason of the Event
|
Date |
getUpdatedAt()
Returns the updated at time of the Event
|
String |
getUser()
Returns the user of the Event
|
getId, getName
String getClusterID()
Date getCreatedAt()
String getDomain()
Integer getIndex()
Map<String,Object> getDetails()
Date getInitAt()
Map<String,Object> getMetadata()
String getPhysicalID()
String getProfileID()
String getProfileName()
String getProject()
String getRole()
String getStatus()
String getStatusReason()
Date getUpdatedAt()
String getUser()
Copyright © 2017. All rights reserved.