public interface MasterAuthorizedNetworksConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
MasterAuthorizedNetworksConfig.CidrBlock |
getCidrBlocks(int index)
cidr_blocks define up to 10 external networks that could access
Kubernetes master through HTTPS.
|
int |
getCidrBlocksCount()
cidr_blocks define up to 10 external networks that could access
Kubernetes master through HTTPS.
|
java.util.List<MasterAuthorizedNetworksConfig.CidrBlock> |
getCidrBlocksList()
cidr_blocks define up to 10 external networks that could access
Kubernetes master through HTTPS.
|
MasterAuthorizedNetworksConfig.CidrBlockOrBuilder |
getCidrBlocksOrBuilder(int index)
cidr_blocks define up to 10 external networks that could access
Kubernetes master through HTTPS.
|
java.util.List<? extends MasterAuthorizedNetworksConfig.CidrBlockOrBuilder> |
getCidrBlocksOrBuilderList()
cidr_blocks define up to 10 external networks that could access
Kubernetes master through HTTPS.
|
boolean |
getEnabled()
Whether or not master authorized networks is enabled.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean getEnabled()
Whether or not master authorized networks is enabled.
bool enabled = 1;
java.util.List<MasterAuthorizedNetworksConfig.CidrBlock> getCidrBlocksList()
cidr_blocks define up to 10 external networks that could access Kubernetes master through HTTPS.
repeated .google.container.v1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
MasterAuthorizedNetworksConfig.CidrBlock getCidrBlocks(int index)
cidr_blocks define up to 10 external networks that could access Kubernetes master through HTTPS.
repeated .google.container.v1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
int getCidrBlocksCount()
cidr_blocks define up to 10 external networks that could access Kubernetes master through HTTPS.
repeated .google.container.v1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
java.util.List<? extends MasterAuthorizedNetworksConfig.CidrBlockOrBuilder> getCidrBlocksOrBuilderList()
cidr_blocks define up to 10 external networks that could access Kubernetes master through HTTPS.
repeated .google.container.v1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
MasterAuthorizedNetworksConfig.CidrBlockOrBuilder getCidrBlocksOrBuilder(int index)
cidr_blocks define up to 10 external networks that could access Kubernetes master through HTTPS.
repeated .google.container.v1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;