public final class PublicDelegatedPrefixPublicDelegatedSubPrefix 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 | 
|---|
PublicDelegatedPrefixPublicDelegatedSubPrefix()  | 
| Modifier and Type | Method and Description | 
|---|---|
PublicDelegatedPrefixPublicDelegatedSubPrefix | 
clone()  | 
String | 
getDelegateeProject()
Name of the project scoping this PublicDelegatedSubPrefix. 
 | 
String | 
getDescription()
An optional description of this resource. 
 | 
String | 
getIpCidrRange()
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix. 
 | 
Boolean | 
getIsAddress()
Whether the sub prefix is delegated to create Address resources in the delegatee project. 
 | 
String | 
getName()
The name of the sub public delegated prefix. 
 | 
String | 
getRegion()
[Output Only] The region of the sub public delegated prefix if it is regional. 
 | 
String | 
getStatus()
[Output Only] The status of the sub public delegated prefix. 
 | 
PublicDelegatedPrefixPublicDelegatedSubPrefix | 
set(String fieldName,
   Object value)  | 
PublicDelegatedPrefixPublicDelegatedSubPrefix | 
setDelegateeProject(String delegateeProject)
Name of the project scoping this PublicDelegatedSubPrefix. 
 | 
PublicDelegatedPrefixPublicDelegatedSubPrefix | 
setDescription(String description)
An optional description of this resource. 
 | 
PublicDelegatedPrefixPublicDelegatedSubPrefix | 
setIpCidrRange(String ipCidrRange)
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix. 
 | 
PublicDelegatedPrefixPublicDelegatedSubPrefix | 
setIsAddress(Boolean isAddress)
Whether the sub prefix is delegated to create Address resources in the delegatee project. 
 | 
PublicDelegatedPrefixPublicDelegatedSubPrefix | 
setName(String name)
The name of the sub public delegated prefix. 
 | 
PublicDelegatedPrefixPublicDelegatedSubPrefix | 
setRegion(String region)
[Output Only] The region of the sub public delegated prefix if it is regional. 
 | 
PublicDelegatedPrefixPublicDelegatedSubPrefix | 
setStatus(String status)
[Output Only] The status of the sub 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 PublicDelegatedPrefixPublicDelegatedSubPrefix()
public String getDelegateeProject()
null for nonepublic PublicDelegatedPrefixPublicDelegatedSubPrefix setDelegateeProject(String delegateeProject)
delegateeProject - delegateeProject or null for nonepublic String getDescription()
null for nonepublic PublicDelegatedPrefixPublicDelegatedSubPrefix setDescription(String description)
description - description or null for nonepublic String getIpCidrRange()
null for nonepublic PublicDelegatedPrefixPublicDelegatedSubPrefix setIpCidrRange(String ipCidrRange)
ipCidrRange - ipCidrRange or null for nonepublic Boolean getIsAddress()
null for nonepublic PublicDelegatedPrefixPublicDelegatedSubPrefix setIsAddress(Boolean isAddress)
isAddress - isAddress or null for nonepublic String getName()
null for nonepublic PublicDelegatedPrefixPublicDelegatedSubPrefix setName(String name)
name - name or null for nonepublic String getRegion()
null for nonepublic PublicDelegatedPrefixPublicDelegatedSubPrefix setRegion(String region)
region - region or null for nonepublic String getStatus()
null for nonepublic PublicDelegatedPrefixPublicDelegatedSubPrefix setStatus(String status)
status - status or null for nonepublic PublicDelegatedPrefixPublicDelegatedSubPrefix set(String fieldName, Object value)
set in class GenericJsonpublic PublicDelegatedPrefixPublicDelegatedSubPrefix clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.