public final class AliasIpRange
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
AliasIpRange() |
| Modifier and Type | Method and Description |
|---|---|
AliasIpRange |
clone() |
java.lang.String |
getIpCidrRange()
The IP alias ranges to allocate for this interface.
|
java.lang.String |
getSubnetworkRangeName()
The name of a subnetwork secondary IP range from which to allocate an IP alias range.
|
AliasIpRange |
set(java.lang.String fieldName,
java.lang.Object value) |
AliasIpRange |
setIpCidrRange(java.lang.String ipCidrRange)
The IP alias ranges to allocate for this interface.
|
AliasIpRange |
setSubnetworkRangeName(java.lang.String subnetworkRangeName)
The name of a subnetwork secondary IP range from which to allocate an IP alias range.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getIpCidrRange()
null for nonepublic AliasIpRange setIpCidrRange(java.lang.String ipCidrRange)
ipCidrRange - ipCidrRange or null for nonepublic java.lang.String getSubnetworkRangeName()
null for nonepublic AliasIpRange setSubnetworkRangeName(java.lang.String subnetworkRangeName)
subnetworkRangeName - subnetworkRangeName or null for nonepublic AliasIpRange set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic AliasIpRange clone()
clone in class com.google.api.client.json.GenericJson