public sealed class ManagedInstanceShutdownDetails : IMessage<ManagedInstanceShutdownDetails>, IEquatable<ManagedInstanceShutdownDetails>, IDeepCloneable<ManagedInstanceShutdownDetails>, IBufferMessage, IMessageImplements
IMessageManagedInstanceShutdownDetails, IEquatableManagedInstanceShutdownDetails, IDeepCloneableManagedInstanceShutdownDetails, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|