Compute Engine v1 API - Class InstantSnapshotGroupSourceInfo (3.27.0)

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

Inheritance

object > InstantSnapshotGroupSourceInfo

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InstantSnapshotGroupSourceInfo()

public InstantSnapshotGroupSourceInfo()

InstantSnapshotGroupSourceInfo(InstantSnapshotGroupSourceInfo)

public InstantSnapshotGroupSourceInfo(InstantSnapshotGroupSourceInfo other)
Parameter
Name Description
other InstantSnapshotGroupSourceInfo

Properties

ConsistencyGroup

public string ConsistencyGroup { get; set; }
Property Value
Type Description
string

ConsistencyGroupId

public string ConsistencyGroupId { get; set; }
Property Value
Type Description
string

HasConsistencyGroup

public bool HasConsistencyGroup { get; }

Gets whether the "consistency_group" field is set

Property Value
Type Description
bool

HasConsistencyGroupId

public bool HasConsistencyGroupId { get; }

Gets whether the "consistency_group_id" field is set

Property Value
Type Description
bool