Show / Hide Table of Contents

Class ManagedInstanceShutdownDetails

Inheritance
object
ManagedInstanceShutdownDetails
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.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class ManagedInstanceShutdownDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxDuration

Output only. [Output Only] The duration for graceful shutdown. Only applicable when the instance is in PENDING_STOP state.

Declaration
[JsonProperty("maxDuration")]
public virtual Duration MaxDuration { get; set; }
Property Value
Type Description
Duration

RequestTimestamp

object representation of RequestTimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RequestTimestampDateTimeOffset instead.")]
public virtual object RequestTimestamp { get; set; }
Property Value
Type Description
object

RequestTimestampDateTimeOffset

DateTimeOffset representation of RequestTimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? RequestTimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

RequestTimestampRaw

Output only. [Output Only] Past timestamp indicating the beginning of PENDING_STOP state of instance in RFC3339 text format.

Declaration
[JsonProperty("requestTimestamp")]
public virtual string RequestTimestampRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX