public sealed class CommitmentsScopedList : IMessage<CommitmentsScopedList>, IEquatable<CommitmentsScopedList>, IDeepCloneable<CommitmentsScopedList>, IBufferMessage, IMessageImplements
IMessageCommitmentsScopedList, IEquatableCommitmentsScopedList, IDeepCloneableCommitmentsScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
CommitmentsScopedList()
public CommitmentsScopedList()CommitmentsScopedList(CommitmentsScopedList)
public CommitmentsScopedList(CommitmentsScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
CommitmentsScopedList |
Properties
Commitments
public RepeatedField<Commitment> Commitments { get; }[Output Only] The list of commitments contained in this scope.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCommitment |
|
Warning
public Warning Warning { get; set; }[Output Only] Informational warning which replaces the list of commitments when the list is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|