public sealed class Subnet : IMessage<Subnet>, IEquatable<Subnet>, IDeepCloneable<Subnet>, IBufferMessage, IMessageReference documentation and code samples for the GDC Hardware Management v1alpha API class Subnet.
Represents a subnet.
Namespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Constructors
Subnet()
public Subnet()Subnet(Subnet)
public Subnet(Subnet other)| Parameter | |
|---|---|
| Name | Description |
other |
Subnet |
Properties
AddressRange
public string AddressRange { get; set; }Required. Address range for this subnet in CIDR notation.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DefaultGatewayIpAddress
public string DefaultGatewayIpAddress { get; set; }Required. Default gateway for this subnet.
| Property Value | |
|---|---|
| Type | Description |
string |
|