Compute Engine v1 API - Class AddressesScopedList (2.15.0)

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

Inheritance

object > AddressesScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

AddressesScopedList()

public AddressesScopedList()

AddressesScopedList(AddressesScopedList)

public AddressesScopedList(AddressesScopedList other)
Parameter
NameDescription
otherAddressesScopedList

Properties

Addresses

public RepeatedField<Address> Addresses { get; }

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

Property Value
TypeDescription
RepeatedFieldAddress

Warning

public Warning Warning { get; set; }

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

Property Value
TypeDescription
Warning