Compute Engine v1 API - Class ManagedInstanceShutdownDetails (3.29.0)

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

Inheritance

object > ManagedInstanceShutdownDetails

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ManagedInstanceShutdownDetails()

public ManagedInstanceShutdownDetails()

ManagedInstanceShutdownDetails(ManagedInstanceShutdownDetails)

public ManagedInstanceShutdownDetails(ManagedInstanceShutdownDetails other)
Parameter
Name Description
other ManagedInstanceShutdownDetails

Properties

HasRequestTimestamp

public bool HasRequestTimestamp { get; }

Gets whether the "request_timestamp" field is set

Property Value
Type Description
bool

MaxDuration

public Duration MaxDuration { get; set; }

Output only. The duration for graceful shutdown. Only applicable when the instance is in PENDING_STOP state.

Property Value
Type Description
Duration

RequestTimestamp

public string RequestTimestamp { get; set; }

Output only. Past timestamp indicating the beginning of PENDING_STOP state of instance in RFC3339 text format.

Property Value
Type Description
string