Class ResourceType
Class that represents a type of resource that can be managed by the Orchestration service.
- OpenCloud\Common\Base
-
OpenCloud\Common\Resource\BaseResource
-
OpenCloud\Common\Resource\PersistentResource
-
OpenCloud\Common\Resource\ReadOnlyResource
-
OpenCloud\Orchestration\Resource\ResourceType
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/ResourceType.php
Package: OpenCloud\Orchestration\Resource
See: http://developer.openstack.org/api-ref-orchestration-v1.html#stack-resources
Located at OpenCloud/Orchestration/Resource/ResourceType.php
public
String
|
|
protected
string
|
create(),
delete(),
update()
|
PATCH_CONTENT_TYPE
|
protected static
string
|
$url_resource
|
# 'resource_types' |
protected static
string
|
$json_name
|
# '' |
protected static
string
|
$json_collection_name
|
# 'resource_types' |
protected
mixed
|
$resourceType
|
|
protected
mixed
|
$attributes
|
|
protected
mixed
|
$resourceTypeProperties
|
|
protected
array
|
$aliases
The aliases configure for the properties of the instance. |
# array(
'resource_type' => 'resourceType',
'properties' => 'resourceTypeProperties'
) |
$metadata,
$parent,
$service
|