public final class PublicAdvertisedPrefix 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 |
|---|
PublicAdvertisedPrefix() |
| Modifier and Type | Method and Description |
|---|---|
PublicAdvertisedPrefix |
clone() |
byte[] |
decodeFingerprint()
Fingerprint of this resource.
|
PublicAdvertisedPrefix |
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 |
getDnsVerificationIp()
The IPv4 address to be used for reverse DNS verification.
|
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 advertised prefix.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getName()
Name of the resource.
|
List<PublicAdvertisedPrefixPublicDelegatedPrefix> |
getPublicDelegatedPrefixs()
[Output Only] The list of public delegated prefixes that exist for this public advertised
prefix.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getSharedSecret()
[Output Only] The shared secret to be used for reverse DNS verification.
|
String |
getStatus()
The status of the public advertised prefix.
|
PublicAdvertisedPrefix |
set(String fieldName,
Object value) |
PublicAdvertisedPrefix |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
PublicAdvertisedPrefix |
setDescription(String description)
An optional description of this resource.
|
PublicAdvertisedPrefix |
setDnsVerificationIp(String dnsVerificationIp)
The IPv4 address to be used for reverse DNS verification.
|
PublicAdvertisedPrefix |
setFingerprint(String fingerprint)
Fingerprint of this resource.
|
PublicAdvertisedPrefix |
setId(BigInteger id)
[Output Only] The unique identifier for the resource type.
|
PublicAdvertisedPrefix |
setIpCidrRange(String ipCidrRange)
The IPv4 address range, in CIDR format, represented by this public advertised prefix.
|
PublicAdvertisedPrefix |
setKind(String kind)
[Output Only] Type of the resource.
|
PublicAdvertisedPrefix |
setName(String name)
Name of the resource.
|
PublicAdvertisedPrefix |
setPublicDelegatedPrefixs(List<PublicAdvertisedPrefixPublicDelegatedPrefix> publicDelegatedPrefixs)
[Output Only] The list of public delegated prefixes that exist for this public advertised
prefix.
|
PublicAdvertisedPrefix |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
PublicAdvertisedPrefix |
setSharedSecret(String sharedSecret)
[Output Only] The shared secret to be used for reverse DNS verification.
|
PublicAdvertisedPrefix |
setStatus(String status)
The status of the public advertised 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 String getCreationTimestamp()
null for nonepublic PublicAdvertisedPrefix setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic PublicAdvertisedPrefix setDescription(String description)
description - description or null for nonepublic String getDnsVerificationIp()
null for nonepublic PublicAdvertisedPrefix setDnsVerificationIp(String dnsVerificationIp)
dnsVerificationIp - dnsVerificationIp or null for nonepublic String getFingerprint()
null for nonedecodeFingerprint()public byte[] decodeFingerprint()
null for nonegetFingerprint()public PublicAdvertisedPrefix setFingerprint(String fingerprint)
fingerprint - fingerprint or null for none#encodeFingerprint()public PublicAdvertisedPrefix encodeFingerprint(byte[] fingerprint)
The value is encoded Base64 or {@code null} for none.
public BigInteger getId()
null for nonepublic PublicAdvertisedPrefix setId(BigInteger id)
id - id or null for nonepublic String getIpCidrRange()
null for nonepublic PublicAdvertisedPrefix setIpCidrRange(String ipCidrRange)
ipCidrRange - ipCidrRange or null for nonepublic String getKind()
null for nonepublic PublicAdvertisedPrefix setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic PublicAdvertisedPrefix setName(String name)
name - name or null for nonepublic List<PublicAdvertisedPrefixPublicDelegatedPrefix> getPublicDelegatedPrefixs()
null for nonepublic PublicAdvertisedPrefix setPublicDelegatedPrefixs(List<PublicAdvertisedPrefixPublicDelegatedPrefix> publicDelegatedPrefixs)
publicDelegatedPrefixs - publicDelegatedPrefixs or null for nonepublic String getSelfLink()
null for nonepublic PublicAdvertisedPrefix setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getSharedSecret()
null for nonepublic PublicAdvertisedPrefix setSharedSecret(String sharedSecret)
sharedSecret - sharedSecret or null for nonepublic String getStatus()
null for nonepublic PublicAdvertisedPrefix setStatus(String status)
status - status or null for nonepublic PublicAdvertisedPrefix set(String fieldName, Object value)
set in class GenericJsonpublic PublicAdvertisedPrefix clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.