public final class PrivateClusterConfig
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 Cloud Composer 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
Constructor and Description |
---|
PrivateClusterConfig() |
Modifier and Type | Method and Description |
---|---|
PrivateClusterConfig |
clone() |
java.lang.Boolean |
getEnablePrivateEndpoint()
Optional.
|
java.lang.String |
getMasterIpv4CidrBlock()
The IP range in CIDR notation to use for the hosted master network.
|
PrivateClusterConfig |
set(java.lang.String fieldName,
java.lang.Object value) |
PrivateClusterConfig |
setEnablePrivateEndpoint(java.lang.Boolean enablePrivateEndpoint)
Optional.
|
PrivateClusterConfig |
setMasterIpv4CidrBlock(java.lang.String masterIpv4CidrBlock)
The IP range in CIDR notation to use for the hosted master network.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Boolean getEnablePrivateEndpoint()
null
for nonepublic PrivateClusterConfig setEnablePrivateEndpoint(java.lang.Boolean enablePrivateEndpoint)
enablePrivateEndpoint
- enablePrivateEndpoint or null
for nonepublic java.lang.String getMasterIpv4CidrBlock()
null
for nonepublic PrivateClusterConfig setMasterIpv4CidrBlock(java.lang.String masterIpv4CidrBlock)
masterIpv4CidrBlock
- masterIpv4CidrBlock or null
for nonepublic PrivateClusterConfig set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public PrivateClusterConfig clone()
clone
in class com.google.api.client.json.GenericJson