Compute Engine v1 API - Class CommitmentsScopedList (2.15.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
RepeatedFieldCommitment

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