public final class PublicDelegatedPrefixPublicDelegatedSubPrefix
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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
PublicDelegatedPrefixPublicDelegatedSubPrefix() |
Modifier and Type | Method and Description |
---|---|
PublicDelegatedPrefixPublicDelegatedSubPrefix |
clone() |
Integer |
getAllocatablePrefixLength()
The allocatable prefix length supported by this PublicDelegatedSubPrefix.
|
String |
getDelegateeProject()
Name of the project scoping this PublicDelegatedSubPrefix.
|
String |
getDescription()
An optional description of this resource.
|
String |
getIpCidrRange()
The IP 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 |
getMode()
The PublicDelegatedSubPrefix mode for IPv6 only.
|
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 |
setAllocatablePrefixLength(Integer allocatablePrefixLength)
The allocatable prefix length supported by this PublicDelegatedSubPrefix.
|
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 IP 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 |
setMode(String mode)
The PublicDelegatedSubPrefix mode for IPv6 only.
|
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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public PublicDelegatedPrefixPublicDelegatedSubPrefix()
public Integer getAllocatablePrefixLength()
null
for nonepublic PublicDelegatedPrefixPublicDelegatedSubPrefix setAllocatablePrefixLength(Integer allocatablePrefixLength)
allocatablePrefixLength
- allocatablePrefixLength or null
for nonepublic 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 getMode()
null
for nonepublic PublicDelegatedPrefixPublicDelegatedSubPrefix setMode(String mode)
mode
- mode 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 com.google.api.client.json.GenericJson
public PublicDelegatedPrefixPublicDelegatedSubPrefix clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.