Show / Hide Table of Contents

Class SnapshotResourceStatus

Inheritance
object
SnapshotResourceStatus
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX