Class CommitmentsScopedList (1.3.0)

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

Inheritance

Object > CommitmentsScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

CommitmentsScopedList()

public CommitmentsScopedList()

CommitmentsScopedList(CommitmentsScopedList)

public CommitmentsScopedList(CommitmentsScopedList other)
Parameter
NameDescription
otherCommitmentsScopedList

Properties

Commitments

public RepeatedField<Commitment> Commitments { get; }

[Output Only] A list of commitments contained in this scope.

Property Value
TypeDescription
RepeatedField<Commitment>

Warning

public Warning Warning { get; set; }

[Output Only] Informational warning which replaces the list of commitments when the list is empty.

Property Value
TypeDescription
Warning