Class ComputeEnumConstants.NodeGroup.MaintenancePolicy (1.3.0)

public static class MaintenancePolicy

Constants for wire representations of the NodeGroup.Types.MaintenancePolicy enum.

Inheritance

Object > ComputeEnumConstants.NodeGroup.MaintenancePolicy

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Default

public const string Default = "DEFAULT"

Wire representation of Default.

Field Value
TypeDescription
String

MigrateWithinNodeGroup

public const string MigrateWithinNodeGroup = "MIGRATE_WITHIN_NODE_GROUP"

Wire representation of MigrateWithinNodeGroup.

Field Value
TypeDescription
String

RestartInPlace

public const string RestartInPlace = "RESTART_IN_PLACE"

Wire representation of RestartInPlace.

Field Value
TypeDescription
String

UndefinedMaintenancePolicy

public const string UndefinedMaintenancePolicy = "UNDEFINED_MAINTENANCE_POLICY"

Wire representation of UndefinedMaintenancePolicy.

Field Value
TypeDescription
String

Unspecified

public const string Unspecified = "MAINTENANCE_POLICY_UNSPECIFIED"

Wire representation of Unspecified.

Field Value
TypeDescription
String