Class ResourceStatusShutdownDetails
Specifies if the instance is in PENDING_STOP state or there is a programmed stop 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
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 |