Compute Engine v1 API - Class ManagedInstanceScheduling (3.29.0)

public sealed class ManagedInstanceScheduling : IMessage<ManagedInstanceScheduling>, IEquatable<ManagedInstanceScheduling>, IDeepCloneable<ManagedInstanceScheduling>, IBufferMessage, IMessage

Inheritance

object > ManagedInstanceScheduling

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ManagedInstanceScheduling()

public ManagedInstanceScheduling()

ManagedInstanceScheduling(ManagedInstanceScheduling)

public ManagedInstanceScheduling(ManagedInstanceScheduling other)
Parameter
Name Description
other ManagedInstanceScheduling

Properties

GracefulShutdownTimestamp

public string GracefulShutdownTimestamp { get; set; }

Output only. The timestamp at which the underlying instance will be triggered for graceful shutdown if it is configured. This is in RFC3339 text format.

Property Value
Type Description
string

HasGracefulShutdownTimestamp

public bool HasGracefulShutdownTimestamp { get; }

Gets whether the "graceful_shutdown_timestamp" field is set

Property Value
Type Description
bool

HasTerminationTimestamp

public bool HasTerminationTimestamp { get; }

Gets whether the "termination_timestamp" field is set

Property Value
Type Description
bool

TerminationTimestamp

public string TerminationTimestamp { get; set; }

Output only. The timestamp at which the managed instance will be terminated. This is in RFC3339 text format.

Property Value
Type Description
string