Class ManagedInstanceScheduling
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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 |
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 when the MIG will automatically terminate the instance. The value is in RFC3339 text format.
Declaration
[JsonProperty("terminationTimestamp")]
public virtual string TerminationTimestampRaw { get; set; }
Property Value
Type | Description |
---|---|
string |