File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
src/Metric/v1/Gnocchi/Models Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 12
12
class Resource extends OperatorResource implements Retrievable
13
13
{
14
14
const RESOURCE_TYPE_GENERIC = 'generic ' ;
15
+ const RESOURCE_TYPE_CEPH_ACCOUNT = 'ceph_account ' ;
16
+ const RESOURCE_TYPE_HOST = 'host ' ;
17
+ const RESOURCE_TYPE_HOST_DISK = 'host_disk ' ;
18
+ const RESOURCE_TYPE_HOST_NETWORK_INTERFACE = 'host_network_interface ' ;
19
+ const RESOURCE_TYPE_IDENTITY = 'identity ' ;
20
+ const RESOURCE_TYPE_IMAGE = 'image ' ;
21
+ const RESOURCE_TYPE_INSTANCE = 'instance ' ;
22
+ const RESOURCE_TYPE_INSTANCE_DISK = 'instance_disk ' ;
23
+ const RESOURCE_TYPE_INSTANCE_NETWORK_INTERFACE = 'instance_network_interface ' ;
24
+ const RESOURCE_TYPE_IPMI = 'ipmi ' ;
25
+ const RESOURCE_TYPE_NETWORK = 'network ' ;
26
+ const RESOURCE_TYPE_STACK = 'stack ' ;
27
+ const RESOURCE_TYPE_SWIFT_ACCOUNT = 'swift_account ' ;
28
+ const RESOURCE_TYPE_VOLUME = 'volume ' ;
15
29
16
30
/** @var string */
17
31
public $ createdByUserId ;
You can’t perform that action at this time.
0 commit comments