public interface Policy extends ResourceEntity
GET /v1/policies/{policy_id}
http://developer.openstack.org/api-ref-clustering-v1.html
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt()
Returns the created at time of the policy
|
Map<String,Object> |
getData()
Returns the data of the policy
|
String |
getDomain()
Returns the domain of the policy
|
String |
getProject()
Returns the project of the policy
|
Map<String,Object> |
getSpec()
Returns the spec of the policy
|
String |
getType()
Returns the type of the policy
|
Date |
getUpdatedAt()
Returns the updated at time of the policy
|
String |
getUser()
Returns the user of the policy
|
getId, getName
String getDomain()
String getProject()
String getUser()
String getType()
Date getCreatedAt()
Date getUpdatedAt()
Copyright © 2017. All rights reserved.