Class ManagedInstanceShutdownDetails
Implements
Inherited Members
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 |