| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
PrivateClusterConfig |
PrivateClusterConfig.clone() |
PrivateClusterConfig |
Cluster.getPrivateClusterConfig()
Configuration for private cluster.
|
PrivateClusterConfig |
PrivateClusterConfig.set(String fieldName,
Object value) |
PrivateClusterConfig |
PrivateClusterConfig.setEnablePrivateEndpoint(Boolean enablePrivateEndpoint)
Whether the master's internal IP address is used as the cluster endpoint.
|
PrivateClusterConfig |
PrivateClusterConfig.setEnablePrivateNodes(Boolean enablePrivateNodes)
Whether nodes have internal IP addresses only.
|
PrivateClusterConfig |
PrivateClusterConfig.setMasterIpv4CidrBlock(String masterIpv4CidrBlock)
The IP range in CIDR notation to use for the hosted master network.
|
PrivateClusterConfig |
PrivateClusterConfig.setPeeringName(String peeringName)
Output only.
|
PrivateClusterConfig |
PrivateClusterConfig.setPrivateEndpoint(String privateEndpoint)
Output only.
|
PrivateClusterConfig |
PrivateClusterConfig.setPublicEndpoint(String publicEndpoint)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.setPrivateClusterConfig(PrivateClusterConfig privateClusterConfig)
Configuration for private cluster.
|
Copyright © 2011–2020 Google. All rights reserved.