| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
CidrBlock |
CidrBlock.clone() |
CidrBlock |
CidrBlock.set(String fieldName,
Object value) |
CidrBlock |
CidrBlock.setCidrBlock(String cidrBlock)
cidr_block must be specified in CIDR notation.
|
CidrBlock |
CidrBlock.setDisplayName(String displayName)
display_name is an optional field for users to identify CIDR blocks.
|
| Modifier and Type | Method and Description |
|---|---|
List<CidrBlock> |
MasterAuthorizedNetworksConfig.getCidrBlocks()
cidr_blocks define up to 50 external networks that could access Kubernetes master through
HTTPS.
|
| Modifier and Type | Method and Description |
|---|---|
MasterAuthorizedNetworksConfig |
MasterAuthorizedNetworksConfig.setCidrBlocks(List<CidrBlock> cidrBlocks)
cidr_blocks define up to 50 external networks that could access Kubernetes master through
HTTPS.
|
Copyright © 2011–2020 Google. All rights reserved.