Class SnapshotResourceStatus
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SnapshotResourceStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ScheduledDeletionTime
object representation of ScheduledDeletionTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ScheduledDeletionTimeDateTimeOffset instead.")]
public virtual object ScheduledDeletionTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ScheduledDeletionTimeDateTimeOffset
DateTimeOffset representation of ScheduledDeletionTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ScheduledDeletionTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ScheduledDeletionTimeRaw
[Output only] Scheduled deletion time of the snapshot. The snapshot will be deleted by the at any point within one hour after the deletion time.
Declaration
[JsonProperty("scheduledDeletionTime")]
public virtual string ScheduledDeletionTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |