Class BareMetalMaintenanceConfig
Specifies configurations to put bare metal nodes in and out of maintenance.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class BareMetalMaintenanceConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaintenanceAddressCidrBlocks
Required. All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.
Declaration
[JsonProperty("maintenanceAddressCidrBlocks")]
public virtual IList<string> MaintenanceAddressCidrBlocks { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |