public interface SubnetOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAddressRange()
public abstract String getAddressRange()
Required. Address range for this subnet in CIDR notation.
string address_range = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_info) = { ... }
Returns | |
---|---|
Type | Description |
String |
The addressRange. |
getAddressRangeBytes()
public abstract ByteString getAddressRangeBytes()
Required. Address range for this subnet in CIDR notation.
string address_range = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_info) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for addressRange. |
getDefaultGatewayIpAddress()
public abstract String getDefaultGatewayIpAddress()
Required. Default gateway for this subnet.
string default_gateway_ip_address = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_info) = { ... }
Returns | |
---|---|
Type | Description |
String |
The defaultGatewayIpAddress. |
getDefaultGatewayIpAddressBytes()
public abstract ByteString getDefaultGatewayIpAddressBytes()
Required. Default gateway for this subnet.
string default_gateway_ip_address = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_info) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for defaultGatewayIpAddress. |