public sealed class SubnetworksScopedList : IMessage<SubnetworksScopedList>, IEquatable<SubnetworksScopedList>, IDeepCloneable<SubnetworksScopedList>, IBufferMessage, IMessageImplements
IMessageSubnetworksScopedList, IEquatableSubnetworksScopedList, IDeepCloneableSubnetworksScopedList, 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 |
RepeatedFieldSubnetwork |
|
Warning
public Warning Warning { get; set; }An informational warning that appears when the list of addresses is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|