GDC Hardware Management v1alpha API - Class Subnet (1.0.0-alpha01)

public sealed class Subnet : IMessage<Subnet>, IEquatable<Subnet>, IDeepCloneable<Subnet>, IBufferMessage, IMessage

Reference documentation and code samples for the GDC Hardware Management v1alpha API class Subnet.

Represents a subnet.

Inheritance

object > Subnet

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

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