public interface Resource extends ModelEntity
Get /v1/{tenant_id}/stacks/{stack_name}/{stack_id}/resources/{resource_name}
http://developer.openstack.org/api-ref-orchestration-v1.html
Modifier and Type | Method and Description |
---|---|
List<? extends Link> |
getLinks()
Returns the link of the resource
|
String |
getLocalReourceId()
Returns the local resource id of the resource
|
String |
getPhysicalResourceId()
Returns the local physical resource id of the resource
|
String |
getReason()
Returns the type of the resource
|
List<String> |
getRequiredBy()
Returns the resource name which need this resource
|
String |
getResourceName()
Returns the name of the resource
|
String |
getResourceStatus()
Returns the local resource id of the resource
|
Date |
getTime()
Returns the update time of the resource
|
String |
getType()
Returns the type of the resource
|
List<? extends Link> getLinks()
Date getTime()
String getType()
String getReason()
String getResourceName()
String getLocalReourceId()
String getResourceStatus()
String getPhysicalResourceId()
Copyright © 2017. All rights reserved.