Show / Hide Table of Contents

Class ManagedInstanceScheduling

Inheritance
object
ManagedInstanceScheduling
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 ManagedInstanceScheduling : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GracefulShutdownTimestamp

object representation of GracefulShutdownTimestampRaw.

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

GracefulShutdownTimestampDateTimeOffset

DateTimeOffset representation of GracefulShutdownTimestampRaw.

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

GracefulShutdownTimestampRaw

Output only. The timestamp at which the underlying instance will be triggered for graceful shutdown if it is configured. This is in RFC3339 text format.

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

TerminationTimestamp

object representation of TerminationTimestampRaw.

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

TerminationTimestampDateTimeOffset

DateTimeOffset representation of TerminationTimestampRaw.

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

TerminationTimestampRaw

Output only. The timestamp at which the managed instance will be terminated. This is in RFC3339 text format.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX