Show / Hide Table of Contents

Class SchedulingGracefulShutdown

The configuration for gracefully shutting down the instance.

Inheritance
object
SchedulingGracefulShutdown
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX