public interface UsableSubnetworkSecondaryRangeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIpCidrRange()
public abstract String getIpCidrRange()The range of IP addresses belonging to this subnetwork secondary range.
optional string ip_cidr_range = 98117322;
| Type | Description |
| String | The ipCidrRange. |
getIpCidrRangeBytes()
public abstract ByteString getIpCidrRangeBytes()The range of IP addresses belonging to this subnetwork secondary range.
optional string ip_cidr_range = 98117322;
| Type | Description |
| ByteString | The bytes for ipCidrRange. |
getRangeName()
public abstract String getRangeName()The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
optional string range_name = 332216397;
| Type | Description |
| String | The rangeName. |
getRangeNameBytes()
public abstract ByteString getRangeNameBytes()The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
optional string range_name = 332216397;
| Type | Description |
| ByteString | The bytes for rangeName. |
hasIpCidrRange()
public abstract boolean hasIpCidrRange()The range of IP addresses belonging to this subnetwork secondary range.
optional string ip_cidr_range = 98117322;
| Type | Description |
| boolean | Whether the ipCidrRange field is set. |
hasRangeName()
public abstract boolean hasRangeName()The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
optional string range_name = 332216397;
| Type | Description |
| boolean | Whether the rangeName field is set. |