Compute Engine v1 API - Class ComputeEnumConstants.Scheduling.InstanceTerminationAction (2.15.0)

public static class ComputeEnumConstants.Scheduling.InstanceTerminationAction

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Scheduling.InstanceTerminationAction.

Constants for wire representations of the Scheduling.Types.InstanceTerminationAction enum.

Inheritance

object > ComputeEnumConstants.Scheduling.InstanceTerminationAction

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Delete

public const string Delete = "DELETE"

Wire representation of Delete.

Field Value
TypeDescription
string

Stop

public const string Stop = "STOP"

Wire representation of Stop.

Field Value
TypeDescription
string

UndefinedInstanceTerminationAction

public const string UndefinedInstanceTerminationAction = "UNDEFINED_INSTANCE_TERMINATION_ACTION"

Wire representation of UndefinedInstanceTerminationAction.

Field Value
TypeDescription
string

Unspecified

public const string Unspecified = "INSTANCE_TERMINATION_ACTION_UNSPECIFIED"

Wire representation of Unspecified.

Field Value
TypeDescription
string