public interface MasterAuthorizedNetworksConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCidrBlocks(int index)
public abstract MasterAuthorizedNetworksConfig.CidrBlock getCidrBlocks(int index)cidr_blocks define up to 10 external networks that could access Kubernetes master through HTTPS.
repeated .google.container.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
| Name | Description |
| index | int |
| Type | Description |
| MasterAuthorizedNetworksConfig.CidrBlock |
getCidrBlocksCount()
public abstract int getCidrBlocksCount()cidr_blocks define up to 10 external networks that could access Kubernetes master through HTTPS.
repeated .google.container.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
| Type | Description |
| int |
getCidrBlocksList()
public abstract List<MasterAuthorizedNetworksConfig.CidrBlock> getCidrBlocksList()cidr_blocks define up to 10 external networks that could access Kubernetes master through HTTPS.
repeated .google.container.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
| Type | Description |
| List<CidrBlock> |
getCidrBlocksOrBuilder(int index)
public abstract MasterAuthorizedNetworksConfig.CidrBlockOrBuilder getCidrBlocksOrBuilder(int index)cidr_blocks define up to 10 external networks that could access Kubernetes master through HTTPS.
repeated .google.container.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
| Name | Description |
| index | int |
| Type | Description |
| MasterAuthorizedNetworksConfig.CidrBlockOrBuilder |
getCidrBlocksOrBuilderList()
public abstract List<? extends MasterAuthorizedNetworksConfig.CidrBlockOrBuilder> getCidrBlocksOrBuilderList()cidr_blocks define up to 10 external networks that could access Kubernetes master through HTTPS.
repeated .google.container.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
| Type | Description |
| List<? extends com.google.container.v1beta1.MasterAuthorizedNetworksConfig.CidrBlockOrBuilder> |
getEnabled()
public abstract boolean getEnabled()Whether or not master authorized networks is enabled.
bool enabled = 1;
| Type | Description |
| boolean | The enabled. |