Class ResourceStatusShutdownDetails
Specifies if the instance is in SHUTTING_DOWN
state or there is a instance stopping scheduled.
Implements
Inherited Members
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
Duration for graceful shutdown. Only applicable when stop_state=SHUTTING_DOWN
.
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 |