Compute Engine v1 API - Class InstantSnapshotResourceStatus (2.15.0)

public sealed class InstantSnapshotResourceStatus : IMessage<InstantSnapshotResourceStatus>, IEquatable<InstantSnapshotResourceStatus>, IDeepCloneable<InstantSnapshotResourceStatus>, IBufferMessage, IMessage

Inheritance

object > InstantSnapshotResourceStatus

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InstantSnapshotResourceStatus()

public InstantSnapshotResourceStatus()

InstantSnapshotResourceStatus(InstantSnapshotResourceStatus)

public InstantSnapshotResourceStatus(InstantSnapshotResourceStatus other)
Parameter
NameDescription
otherInstantSnapshotResourceStatus

Properties

HasStorageSizeBytes

public bool HasStorageSizeBytes { get; }

Gets whether the "storage_size_bytes" field is set

Property Value
TypeDescription
bool

StorageSizeBytes

public long StorageSizeBytes { get; set; }

[Output Only] The storage size of this instant snapshot.

Property Value
TypeDescription
long