public sealed class UsableSubnetworkSecondaryRange : IMessage<UsableSubnetworkSecondaryRange>, IEquatable<UsableSubnetworkSecondaryRange>, IDeepCloneable<UsableSubnetworkSecondaryRange>, IBufferMessage, IMessage
Secondary IP range of a usable subnetwork.
Implements
IMessage<UsableSubnetworkSecondaryRange>, IEquatable<UsableSubnetworkSecondaryRange>, IDeepCloneable<UsableSubnetworkSecondaryRange>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
UsableSubnetworkSecondaryRange()
public UsableSubnetworkSecondaryRange()
UsableSubnetworkSecondaryRange(UsableSubnetworkSecondaryRange)
public UsableSubnetworkSecondaryRange(UsableSubnetworkSecondaryRange other)
Parameter | |
---|---|
Name | Description |
other | UsableSubnetworkSecondaryRange |
Properties
IpCidrRange
public string IpCidrRange { get; set; }
The range of IP addresses belonging to this subnetwork secondary range.
Property Value | |
---|---|
Type | Description |
String |
RangeName
public string RangeName { get; set; }
The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance.
Property Value | |
---|---|
Type | Description |
String |
Status
public UsableSubnetworkSecondaryRange.Types.Status Status { get; set; }
This field is to determine the status of the secondary range programmably.
Property Value | |
---|---|
Type | Description |
UsableSubnetworkSecondaryRange.Types.Status |