Class SchedulingGracefulShutdown
The configuration for gracefully shutting down the instance.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SchedulingGracefulShutdown : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Enabled
Opts-in for graceful shutdown.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MaxDuration
The time allotted for the instance to gracefully shut down. If the graceful shutdown isn't complete after this time, then the instance transitions to the STOPPING state.
Declaration
[JsonProperty("maxDuration")]
public virtual Duration MaxDuration { get; set; }
Property Value
Type | Description |
---|---|
Duration |