public final class PublicDelegatedPrefix 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 | 
|---|
| PublicDelegatedPrefix() | 
| Modifier and Type | Method and Description | 
|---|---|
| PublicDelegatedPrefix | clone() | 
| byte[] | decodeFingerprint()Fingerprint of this resource. | 
| PublicDelegatedPrefix | encodeFingerprint(byte[] fingerprint)Fingerprint of this resource. | 
| String | getCreationTimestamp()[Output Only] Creation timestamp in RFC3339 text format. | 
| String | getDescription()An optional description of this resource. | 
| String | getFingerprint()Fingerprint of this resource. | 
| BigInteger | getId()[Output Only] The unique identifier for the resource type. | 
| String | getIpCidrRange()The IPv4 address range, in CIDR format, represented by this public delegated prefix. | 
| Boolean | getIsLiveMigration()If true, the prefix will be live migrated. | 
| String | getKind()[Output Only] Type of the resource. | 
| String | getName()Name of the resource. | 
| String | getParentPrefix()The URL of parent prefix. | 
| List<PublicDelegatedPrefixPublicDelegatedSubPrefix> | getPublicDelegatedSubPrefixs()The list of sub public delegated prefixes that exist for this public delegated prefix. | 
| String | getRegion()[Output Only] URL of the region where the public delegated prefix resides. | 
| String | getSelfLink()[Output Only] Server-defined URL for the resource. | 
| String | getStatus()[Output Only] The status of the public delegated prefix, which can be one of following values:
 - `INITIALIZING` The public delegated prefix is being initialized and addresses cannot be
 created yet. | 
| PublicDelegatedPrefix | set(String fieldName,
   Object value) | 
| PublicDelegatedPrefix | setCreationTimestamp(String creationTimestamp)[Output Only] Creation timestamp in RFC3339 text format. | 
| PublicDelegatedPrefix | setDescription(String description)An optional description of this resource. | 
| PublicDelegatedPrefix | setFingerprint(String fingerprint)Fingerprint of this resource. | 
| PublicDelegatedPrefix | setId(BigInteger id)[Output Only] The unique identifier for the resource type. | 
| PublicDelegatedPrefix | setIpCidrRange(String ipCidrRange)The IPv4 address range, in CIDR format, represented by this public delegated prefix. | 
| PublicDelegatedPrefix | setIsLiveMigration(Boolean isLiveMigration)If true, the prefix will be live migrated. | 
| PublicDelegatedPrefix | setKind(String kind)[Output Only] Type of the resource. | 
| PublicDelegatedPrefix | setName(String name)Name of the resource. | 
| PublicDelegatedPrefix | setParentPrefix(String parentPrefix)The URL of parent prefix. | 
| PublicDelegatedPrefix | setPublicDelegatedSubPrefixs(List<PublicDelegatedPrefixPublicDelegatedSubPrefix> publicDelegatedSubPrefixs)The list of sub public delegated prefixes that exist for this public delegated prefix. | 
| PublicDelegatedPrefix | setRegion(String region)[Output Only] URL of the region where the public delegated prefix resides. | 
| PublicDelegatedPrefix | setSelfLink(String selfLink)[Output Only] Server-defined URL for the resource. | 
| PublicDelegatedPrefix | setStatus(String status)[Output Only] The status of the public delegated prefix, which can be one of following values:
 - `INITIALIZING` The public delegated prefix is being initialized and addresses cannot be
 created yet. | 
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 String getCreationTimestamp()
null for nonepublic PublicDelegatedPrefix setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic PublicDelegatedPrefix setDescription(String description)
description - description or null for nonepublic String getFingerprint()
null for nonedecodeFingerprint()public byte[] decodeFingerprint()
null for nonegetFingerprint()public PublicDelegatedPrefix setFingerprint(String fingerprint)
fingerprint - fingerprint or null for none#encodeFingerprint()public PublicDelegatedPrefix encodeFingerprint(byte[] fingerprint)
 The value is encoded Base64 or {@code null} for none.
 
public BigInteger getId()
null for nonepublic PublicDelegatedPrefix setId(BigInteger id)
id - id or null for nonepublic String getIpCidrRange()
null for nonepublic PublicDelegatedPrefix setIpCidrRange(String ipCidrRange)
ipCidrRange - ipCidrRange or null for nonepublic Boolean getIsLiveMigration()
null for nonepublic PublicDelegatedPrefix setIsLiveMigration(Boolean isLiveMigration)
isLiveMigration - isLiveMigration or null for nonepublic String getKind()
null for nonepublic PublicDelegatedPrefix setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic PublicDelegatedPrefix setName(String name)
name - name or null for nonepublic String getParentPrefix()
null for nonepublic PublicDelegatedPrefix setParentPrefix(String parentPrefix)
parentPrefix - parentPrefix or null for nonepublic List<PublicDelegatedPrefixPublicDelegatedSubPrefix> getPublicDelegatedSubPrefixs()
null for nonepublic PublicDelegatedPrefix setPublicDelegatedSubPrefixs(List<PublicDelegatedPrefixPublicDelegatedSubPrefix> publicDelegatedSubPrefixs)
publicDelegatedSubPrefixs - publicDelegatedSubPrefixs or null for nonepublic String getRegion()
null for nonepublic PublicDelegatedPrefix setRegion(String region)
region - region or null for nonepublic String getSelfLink()
null for nonepublic PublicDelegatedPrefix setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getStatus()
null for nonepublic PublicDelegatedPrefix setStatus(String status)
status - status or null for nonepublic PublicDelegatedPrefix set(String fieldName, Object value)
set in class GenericJsonpublic PublicDelegatedPrefix clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.