Class SchedulingGracefulShutdown
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
Specifies time needed to gracefully shut down the instance. After that time, the instance goes to STOPPING even if graceful shutdown is not completed.
Declaration
[JsonProperty("maxDuration")]
public virtual Duration MaxDuration { get; set; }
Property Value
Type | Description |
---|---|
Duration |