public final class PublicAdvertisedPrefixPublicDelegatedPrefix extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PublicAdvertisedPrefixPublicDelegatedPrefix() |
| Modifier and Type | Method and Description |
|---|---|
PublicAdvertisedPrefixPublicDelegatedPrefix |
clone() |
String |
getIpRange()
The IP address range of the public delegated prefix
|
String |
getName()
The name of the public delegated prefix
|
String |
getProject()
The project number of the public delegated prefix
|
String |
getRegion()
The region of the public delegated prefix if it is regional.
|
String |
getStatus()
The status of the public delegated prefix.
|
PublicAdvertisedPrefixPublicDelegatedPrefix |
set(String fieldName,
Object value) |
PublicAdvertisedPrefixPublicDelegatedPrefix |
setIpRange(String ipRange)
The IP address range of the public delegated prefix
|
PublicAdvertisedPrefixPublicDelegatedPrefix |
setName(String name)
The name of the public delegated prefix
|
PublicAdvertisedPrefixPublicDelegatedPrefix |
setProject(String project)
The project number of the public delegated prefix
|
PublicAdvertisedPrefixPublicDelegatedPrefix |
setRegion(String region)
The region of the public delegated prefix if it is regional.
|
PublicAdvertisedPrefixPublicDelegatedPrefix |
setStatus(String status)
The status of the public delegated prefix.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic PublicAdvertisedPrefixPublicDelegatedPrefix()
public String getIpRange()
null for nonepublic PublicAdvertisedPrefixPublicDelegatedPrefix setIpRange(String ipRange)
ipRange - ipRange or null for nonepublic String getName()
null for nonepublic PublicAdvertisedPrefixPublicDelegatedPrefix setName(String name)
name - name or null for nonepublic String getProject()
null for nonepublic PublicAdvertisedPrefixPublicDelegatedPrefix setProject(String project)
project - project or null for nonepublic String getRegion()
null for nonepublic PublicAdvertisedPrefixPublicDelegatedPrefix setRegion(String region)
region - region or null for nonepublic String getStatus()
null for nonepublic PublicAdvertisedPrefixPublicDelegatedPrefix setStatus(String status)
status - status or null for nonepublic PublicAdvertisedPrefixPublicDelegatedPrefix set(String fieldName, Object value)
set in class GenericJsonpublic PublicAdvertisedPrefixPublicDelegatedPrefix clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.