public interface Event extends ModelEntity
GET /v1/events/{event_id}
http://developer.openstack.org/api-ref-clustering-v1.html
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns the action of the Event
|
String |
getClusterID()
Returns the cluster id of the Event
|
String |
getId()
Returns the id of the Event
|
Integer |
getLevel()
Returns the level of the Event
|
String |
getObjID()
Returns the obj id of the Event
|
String |
getObjName()
Returns the obj name of the Event
|
String |
getObjType()
Returns the obj type of the Event
|
String |
getProject()
Returns the project of the Event
|
String |
getStatus()
Returns the status of the Event
|
String |
getStatusReason()
Returns the status reason of the Event
|
Date |
getTimestamp()
Returns the timestamp of the Event
|
String |
getUser()
Returns the user of the Event
|
String getId()
String getAction()
String getClusterID()
Integer getLevel()
String getObjID()
String getObjName()
String getObjType()
String getProject()
String getStatus()
String getStatusReason()
Date getTimestamp()
String getUser()
Copyright © 2017. All rights reserved.