|
53 | 53 | - [WorkloadMember](#resources-compute-v1-WorkloadMember) |
54 | 54 | - [WorkloadResource](#resources-compute-v1-WorkloadResource) |
55 | 55 |
|
| 56 | + - [AmtControlMode](#resources-compute-v1-AmtControlMode) |
56 | 57 | - [AmtSku](#resources-compute-v1-AmtSku) |
57 | 58 | - [AmtState](#resources-compute-v1-AmtState) |
58 | 59 | - [BaremetalControllerKind](#resources-compute-v1-BaremetalControllerKind) |
@@ -808,6 +809,8 @@ A Host resource. |
808 | 809 | | amt_status_indicator | [resources.status.v1.StatusIndication](#resources-status-v1-StatusIndication) | | Indicates dynamicity of the amt_status. Set by DM and OM RM only. | |
809 | 810 | | amt_status_timestamp | [uint32](#uint32) | | UTC timestamp when amt_status was last changed. Set by DM and OM RM only. | |
810 | 811 | | user_lvm_size | [uint32](#uint32) | | LVM size in GB. | |
| 812 | +| amt_control_mode | [AmtControlMode](#resources-compute-v1-AmtControlMode) | | coming from user selection | |
| 813 | +| amt_dns_suffix | [string](#string) | | textual message that describes dns_suffix for ACM mode. | |
811 | 814 | | site_id | [string](#string) | | The site where the host is located. | |
812 | 815 | | metadata | [resources.common.v1.MetadataItem](#resources-common-v1-MetadataItem) | repeated | The metadata associated with the host, represented by a list of key:value pairs. | |
813 | 816 | | 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. | |
@@ -1072,6 +1075,19 @@ A generic way to group compute resources to obtain a workload. |
1072 | 1075 |
|
1073 | 1076 |
|
1074 | 1077 |
|
| 1078 | +<a name="resources-compute-v1-AmtControlMode"></a> |
| 1079 | + |
| 1080 | +### AmtControlMode |
| 1081 | + |
| 1082 | + |
| 1083 | +| Name | Number | Description | |
| 1084 | +| ---- | ------ | ----------- | |
| 1085 | +| AMT_CONTROL_MODE_UNSPECIFIED | 0 | | |
| 1086 | +| AMT_CONTROL_MODE_ACM | 1 | | |
| 1087 | +| AMT_CONTROL_MODE_CCM | 2 | | |
| 1088 | + |
| 1089 | + |
| 1090 | + |
1075 | 1091 | <a name="resources-compute-v1-AmtSku"></a> |
1076 | 1092 |
|
1077 | 1093 | ### AmtSku |
|
0 commit comments