Class InstantSnapshotResourceStatus
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InstantSnapshotResourceStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StorageSizeBytes
[Output Only] The storage size of this instant snapshot.
Declaration
[JsonProperty("storageSizeBytes")]
public virtual long? StorageSizeBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |