Compute Engine v1 API - Class SubnetworksScopedList (2.16.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
Name Description
other SubnetworksScopedList

Properties

Subnetworks

public RepeatedField<Subnetwork> Subnetworks { get; }

A list of subnetworks contained in this scope.

Property Value
Type Description
RepeatedFieldSubnetwork

Warning

public Warning Warning { get; set; }

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

Property Value
Type Description
Warning