Show / Hide Table of Contents

Class ResourceStatusShutdownDetails

Specifies if the instance is in PENDING_STOP state or there is a programmed stop scheduled.

Inheritance
object
ResourceStatusShutdownDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ResourceStatusShutdownDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxDuration

The duration for graceful shutdown. Only applicable when stop_state=PENDING_STOP.

Declaration
[JsonProperty("maxDuration")]
public virtual Duration MaxDuration { get; set; }
Property Value
Type Description
Duration

RequestTimestamp

Past timestamp indicating the beginning of current stopState in RFC3339 text format.

Declaration
[JsonProperty("requestTimestamp")]
public virtual string RequestTimestamp { get; set; }
Property Value
Type Description
string

StopState

Current stopping state of the instance.

Declaration
[JsonProperty("stopState")]
public virtual string StopState { get; set; }
Property Value
Type Description
string

TargetState

Target instance state.

Declaration
[JsonProperty("targetState")]
public virtual string TargetState { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX