Class Resource
Class that represents a resource in a stack.
- OpenCloud\Common\Base
-
OpenCloud\Common\Resource\BaseResource
-
OpenCloud\Common\Resource\PersistentResource
-
OpenCloud\Common\Resource\ReadOnlyResource
-
OpenCloud\Orchestration\Resource\Resource
Namespace: OpenCloud\Orchestration\Resource
Package: OpenCloud\Orchestration\Resource
See: http://developer.openstack.org/api-ref-orchestration-v1.html#stack-resources
Located at OpenCloud/Orchestration/Resource/Resource.php
Package: OpenCloud\Orchestration\Resource
See: http://developer.openstack.org/api-ref-orchestration-v1.html#stack-resources
Located at OpenCloud/Orchestration/Resource/Resource.php
public
string
|
|
public
|
|
public
|
|
public
|
create(),
delete(),
update()
|
PATCH_CONTENT_TYPE
|
protected static
string
|
$url_resource
|
# 'resources' |
protected static
string
|
$json_name
|
# 'resource' |
protected
mixed
|
$name
|
|
protected
mixed
|
$description
|
|
protected
mixed
|
$status
|
|
protected
mixed
|
$statusReason
|
|
protected
mixed
|
$logicalId
|
|
protected
mixed
|
$physicalId
|
|
protected
mixed
|
$requiredBy
|
|
protected
mixed
|
$updatedTime
|
|
protected
mixed
|
$type
|
|
protected
mixed
|
$links
|
|
protected
array
|
$aliases
The aliases configure for the properties of the instance. |
# array(
'resource_name' => 'name',
'resource_status' => 'status',
'resource_status_reason' => 'statusReason',
'logical_resource_id' => 'logicalId',
'physical_resource_id' => 'physicalId',
'required_by' => 'requiredBy',
'updated_time' => 'updatedTime',
'resource_type' => 'type'
) |
$metadata,
$parent,
$service
|