File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ class Server extends OperatorResource implements
51
51
/** @var string */
52
52
public $ hostId ;
53
53
54
+ /** @var string */
55
+ public $ hypervisorHostname ;
56
+
54
57
/** @var Image */
55
58
public $ image ;
56
59
@@ -86,13 +89,14 @@ class Server extends OperatorResource implements
86
89
protected $ markerKey = 'id ' ;
87
90
88
91
protected $ aliases = [
89
- 'block_device_mapping_v2 ' => 'blockDeviceMapping ' ,
90
- 'accessIPv4 ' => 'ipv4 ' ,
91
- 'accessIPv6 ' => 'ipv6 ' ,
92
- 'tenant_id ' => 'tenantId ' ,
93
- 'user_id ' => 'userId ' ,
94
- 'security_groups ' => 'securityGroups ' ,
95
- 'OS-EXT-STS:task_state ' => 'taskState ' ,
92
+ 'block_device_mapping_v2 ' => 'blockDeviceMapping ' ,
93
+ 'accessIPv4 ' => 'ipv4 ' ,
94
+ 'accessIPv6 ' => 'ipv6 ' ,
95
+ 'tenant_id ' => 'tenantId ' ,
96
+ 'user_id ' => 'userId ' ,
97
+ 'security_groups ' => 'securityGroups ' ,
98
+ 'OS-EXT-STS:task_state ' => 'taskState ' ,
99
+ 'OS-EXT-SRV-ATTR:hypervisor_hostname ' => 'hypervisorHostname ' ,
96
100
];
97
101
98
102
/**
You can’t perform that action at this time.
0 commit comments