public sealed class AddressesScopedList : IMessage<AddressesScopedList>, IEquatable<AddressesScopedList>, IDeepCloneable<AddressesScopedList>, IBufferMessage, IMessageImplements
IMessageAddressesScopedList, IEquatableAddressesScopedList, IDeepCloneableAddressesScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
AddressesScopedList()
public AddressesScopedList()AddressesScopedList(AddressesScopedList)
public AddressesScopedList(AddressesScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
AddressesScopedList |
Properties
Addresses
public RepeatedField<Address> Addresses { get; }[Output Only] A list of addresses contained in this scope.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAddress |
|
Warning
public Warning Warning { get; set; }[Output Only] Informational warning which replaces the list of addresses when the list is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|