Compute Engine v1 API - Class SubnetworksScopedList (2.3.0)

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

Inheritance

Object > SubnetworksScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

SubnetworksScopedList()

public SubnetworksScopedList()

SubnetworksScopedList(SubnetworksScopedList)

public SubnetworksScopedList(SubnetworksScopedList other)
Parameter
NameDescription
otherSubnetworksScopedList

Properties

Subnetworks

public RepeatedField<Subnetwork> Subnetworks { get; }

A list of subnetworks contained in this scope.

Property Value
TypeDescription
RepeatedField<Subnetwork>

Warning

public Warning Warning { get; set; }

An informational warning that appears when the list of addresses is empty.

Property Value
TypeDescription
Warning