| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
IntraNodeVisibilityConfig |
IntraNodeVisibilityConfig.clone() |
IntraNodeVisibilityConfig |
ClusterUpdate.getDesiredIntraNodeVisibilityConfig()
The desired config of Intra-node visibility.
|
IntraNodeVisibilityConfig |
IntraNodeVisibilityConfig.set(java.lang.String fieldName,
java.lang.Object value) |
IntraNodeVisibilityConfig |
IntraNodeVisibilityConfig.setEnabled(java.lang.Boolean enabled)
Enables intra node visibility for this cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.setDesiredIntraNodeVisibilityConfig(IntraNodeVisibilityConfig desiredIntraNodeVisibilityConfig)
The desired config of Intra-node visibility.
|