public sealed class InstantSnapshotResourceStatus : IMessage<InstantSnapshotResourceStatus>, IEquatable<InstantSnapshotResourceStatus>, IDeepCloneable<InstantSnapshotResourceStatus>, IBufferMessage, IMessage
Implements
IMessageInstantSnapshotResourceStatus, IEquatableInstantSnapshotResourceStatus, IDeepCloneableInstantSnapshotResourceStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InstantSnapshotResourceStatus()
public InstantSnapshotResourceStatus()
InstantSnapshotResourceStatus(InstantSnapshotResourceStatus)
public InstantSnapshotResourceStatus(InstantSnapshotResourceStatus other)
Parameter | |
---|---|
Name | Description |
other | InstantSnapshotResourceStatus |
Properties
HasStorageSizeBytes
public bool HasStorageSizeBytes { get; }
Gets whether the "storage_size_bytes" field is set
Property Value | |
---|---|
Type | Description |
bool |
StorageSizeBytes
public long StorageSizeBytes { get; set; }
[Output Only] The storage size of this instant snapshot.
Property Value | |
---|---|
Type | Description |
long |