|
61 | 61 | - [HostState](#resources-compute-v1-HostState) |
62 | 62 | - [InstanceKind](#resources-compute-v1-InstanceKind) |
63 | 63 | - [InstanceState](#resources-compute-v1-InstanceState) |
| 64 | + - [KvmState](#resources-compute-v1-KvmState) |
| 65 | + - [KvmStatus](#resources-compute-v1-KvmStatus) |
64 | 66 | - [LinkState](#resources-compute-v1-LinkState) |
65 | 67 | - [PowerCommandPolicy](#resources-compute-v1-PowerCommandPolicy) |
66 | 68 | - [PowerState](#resources-compute-v1-PowerState) |
| 69 | + - [SolState](#resources-compute-v1-SolState) |
| 70 | + - [SolStatus](#resources-compute-v1-SolStatus) |
67 | 71 | - [UpdatePolicy](#resources-compute-v1-UpdatePolicy) |
68 | 72 | - [WorkloadKind](#resources-compute-v1-WorkloadKind) |
69 | 73 | - [WorkloadMemberKind](#resources-compute-v1-WorkloadMemberKind) |
@@ -811,7 +815,14 @@ A Host resource. |
811 | 815 | | user_lvm_size | [uint32](#uint32) | | LVM size in GB. | |
812 | 816 | | amt_control_mode | [AmtControlMode](#resources-compute-v1-AmtControlMode) | | coming from user selection | |
813 | 817 | | amt_dns_suffix | [string](#string) | | textual message that describes dns_suffix for ACM mode. | |
814 | | -| desired_consent_code | [string](#string) | | | |
| 818 | +| kvm_status | [KvmStatus](#resources-compute-v1-KvmStatus) | | KVM session activation status. Set by kvm-manager only. | |
| 819 | +| desired_kvm_state | [KvmState](#resources-compute-v1-KvmState) | | Desired KVM session state. Written by operator. Valid values: KVM_STATE_START, KVM_STATE_STOP, KVM_CONSENT_RECEIVED, KVM_REDIRECTION_RECEIVED. | |
| 820 | +| current_kvm_state | [KvmState](#resources-compute-v1-KvmState) | | Current KVM session state. Set by kvm-manager only. | |
| 821 | +| kvm_session_status | [string](#string) | | Human-readable KVM session status message. Set by kvm-manager only. | |
| 822 | +| sol_status | [SolStatus](#resources-compute-v1-SolStatus) | | SOL session activation status. Set by sol-manager only. | |
| 823 | +| desired_sol_state | [SolState](#resources-compute-v1-SolState) | | Desired SOL session state. Written by operator. Valid values: SOL_STATE_START, SOL_STATE_STOP, SOL_STATE_CONSENT_RECEIVED, SOL_STATE_REDIRECTION_RECEIVED. | |
| 824 | +| current_sol_state | [SolState](#resources-compute-v1-SolState) | | Current SOL session state. Set by sol-manager only. | |
| 825 | +| sol_session_status | [string](#string) | | Human-readable SOL session status message. Set by sol-manager only. | |
815 | 826 | | site_id | [string](#string) | | The site where the host is located. | |
816 | 827 | | metadata | [resources.common.v1.MetadataItem](#resources-common-v1-MetadataItem) | repeated | The metadata associated with the host, represented by a list of key:value pairs. | |
817 | 828 | | inherited_metadata | [resources.common.v1.MetadataItem](#resources-common-v1-MetadataItem) | repeated | The metadata inherited by the host, represented by a list of key:value pairs, rendered by location and logical structures. | |
@@ -1186,6 +1197,36 @@ The Instance States. |
1186 | 1197 |
|
1187 | 1198 |
|
1188 | 1199 |
|
| 1200 | +<a name="resources-compute-v1-KvmState"></a> |
| 1201 | + |
| 1202 | +### KvmState |
| 1203 | +KVM session lifecycle state; KVM_CONSENT_RECEIVED and KVM_REDIRECTION_RECEIVED are desired-only values. |
| 1204 | + |
| 1205 | +| Name | Number | Description | |
| 1206 | +| ---- | ------ | ----------- | |
| 1207 | +| KVM_STATE_UNSPECIFIED | 0 | | |
| 1208 | +| KVM_STATE_START | 1 | | |
| 1209 | +| KVM_STATE_STOP | 2 | | |
| 1210 | +| KVM_STATE_AWAITING_CONSENT | 3 | | |
| 1211 | +| KVM_STATE_ERROR | 4 | | |
| 1212 | +| KVM_CONSENT_RECEIVED | 5 | | |
| 1213 | +| KVM_REDIRECTION_RECEIVED | 6 | | |
| 1214 | + |
| 1215 | + |
| 1216 | + |
| 1217 | +<a name="resources-compute-v1-KvmStatus"></a> |
| 1218 | + |
| 1219 | +### KvmStatus |
| 1220 | +KvmStatus reflects whether a KVM remote session is currently active on the host. |
| 1221 | + |
| 1222 | +| Name | Number | Description | |
| 1223 | +| ---- | ------ | ----------- | |
| 1224 | +| KVM_STATUS_UNSPECIFIED | 0 | | |
| 1225 | +| KVM_STATUS_ACTIVATED | 1 | | |
| 1226 | +| KVM_STATUS_DEACTIVATED | 2 | | |
| 1227 | + |
| 1228 | + |
| 1229 | + |
1189 | 1230 | <a name="resources-compute-v1-LinkState"></a> |
1190 | 1231 |
|
1191 | 1232 | ### LinkState |
@@ -1230,6 +1271,36 @@ The host power state. |
1230 | 1271 |
|
1231 | 1272 |
|
1232 | 1273 |
|
| 1274 | +<a name="resources-compute-v1-SolState"></a> |
| 1275 | + |
| 1276 | +### SolState |
| 1277 | +SOL session lifecycle state; SOL_STATE_CONSENT_RECEIVED and SOL_STATE_REDIRECTION_RECEIVED are desired-only values. |
| 1278 | + |
| 1279 | +| Name | Number | Description | |
| 1280 | +| ---- | ------ | ----------- | |
| 1281 | +| SOL_STATE_UNSPECIFIED | 0 | | |
| 1282 | +| SOL_STATE_START | 1 | | |
| 1283 | +| SOL_STATE_STOP | 2 | | |
| 1284 | +| SOL_STATE_AWAITING_CONSENT | 3 | | |
| 1285 | +| SOL_STATE_ERROR | 4 | | |
| 1286 | +| SOL_STATE_CONSENT_RECEIVED | 5 | | |
| 1287 | +| SOL_STATE_REDIRECTION_RECEIVED | 6 | | |
| 1288 | + |
| 1289 | + |
| 1290 | + |
| 1291 | +<a name="resources-compute-v1-SolStatus"></a> |
| 1292 | + |
| 1293 | +### SolStatus |
| 1294 | +SolStatus reflects whether a SOL remote session is currently active on the host. |
| 1295 | + |
| 1296 | +| Name | Number | Description | |
| 1297 | +| ---- | ------ | ----------- | |
| 1298 | +| SOL_STATUS_UNSPECIFIED | 0 | | |
| 1299 | +| SOL_STATUS_ACTIVATED | 1 | | |
| 1300 | +| SOL_STATUS_DEACTIVATED | 2 | | |
| 1301 | + |
| 1302 | + |
| 1303 | + |
1233 | 1304 | <a name="resources-compute-v1-UpdatePolicy"></a> |
1234 | 1305 |
|
1235 | 1306 | ### UpdatePolicy |
|
0 commit comments