public sealed class SubnetworksScopedList : IMessage<SubnetworksScopedList>, IEquatable<SubnetworksScopedList>, IDeepCloneable<SubnetworksScopedList>, IBufferMessage, IMessage
Implements
IMessage<SubnetworksScopedList>, IEquatable<SubnetworksScopedList>, IDeepCloneable<SubnetworksScopedList>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
RepeatedField<Subnetwork> |
Warning
public Warning Warning { get; set; }
An informational warning that appears when the list of addresses is empty.
Property Value | |
---|---|
Type | Description |
Warning |