public interface AliasIpRangeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIpCidrRange()
public abstract String getIpCidrRange()Optional. The IP alias ranges to allocate for this interface.
 optional string ip_cidr_range = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The ipCidrRange.  | 
      
getIpCidrRangeBytes()
public abstract ByteString getIpCidrRangeBytes()Optional. The IP alias ranges to allocate for this interface.
 optional string ip_cidr_range = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for ipCidrRange.  | 
      
getSubnetworkRangeName()
public abstract String getSubnetworkRangeName()Optional. The name of a subnetwork secondary IP range from which to allocate an IP alias range. If not specified, the primary range of the subnetwork is used.
 optional string subnetwork_range_name = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The subnetworkRangeName.  | 
      
getSubnetworkRangeNameBytes()
public abstract ByteString getSubnetworkRangeNameBytes()Optional. The name of a subnetwork secondary IP range from which to allocate an IP alias range. If not specified, the primary range of the subnetwork is used.
 optional string subnetwork_range_name = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for subnetworkRangeName.  | 
      
hasIpCidrRange()
public abstract boolean hasIpCidrRange()Optional. The IP alias ranges to allocate for this interface.
 optional string ip_cidr_range = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the ipCidrRange field is set.  | 
      
hasSubnetworkRangeName()
public abstract boolean hasSubnetworkRangeName()Optional. The name of a subnetwork secondary IP range from which to allocate an IP alias range. If not specified, the primary range of the subnetwork is used.
 optional string subnetwork_range_name = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the subnetworkRangeName field is set.  |