public interface Profile extends ResourceEntity
GET /v1/profiles/{profile_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 profile
|
String |
getDomain()
Returns the domain of the profile
|
Map<String,Object> |
getMetadata()
Returns the metadata of the profile
|
String |
getProject()
Returns the project of the profile
|
Map<String,Object> |
getSpec()
Returns the spec of the profile
|
String |
getType()
Returns the type of the profile
|
Date |
getUpdatedAt()
Returns the updated at time of the profile
|
String |
getUser()
Returns the user of the profile
|
getId, getName
Date getCreatedAt()
String getDomain()
String getProject()
Map<String,Object> getMetadata()
Map<String,Object> getSpec()
String getType()
Date getUpdatedAt()
String getUser()
Copyright © 2017. All rights reserved.