public sealed class AddressesScopedList : IMessage<AddressesScopedList>, IEquatable<AddressesScopedList>, IDeepCloneable<AddressesScopedList>, IBufferMessage, IMessage
Implements
IMessageAddressesScopedList, IEquatableAddressesScopedList, IDeepCloneableAddressesScopedList, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
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 |