public interface MasterAuthorizedNetworksConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MasterAuthorizedNetworksConfig.CidrBlock |
getCidrBlocks(int index)
Up to 50 external networks that could access Kubernetes master through
HTTPS.
|
int |
getCidrBlocksCount()
Up to 50 external networks that could access Kubernetes master through
HTTPS.
|
List<MasterAuthorizedNetworksConfig.CidrBlock> |
getCidrBlocksList()
Up to 50 external networks that could access Kubernetes master through
HTTPS.
|
MasterAuthorizedNetworksConfig.CidrBlockOrBuilder |
getCidrBlocksOrBuilder(int index)
Up to 50 external networks that could access Kubernetes master through
HTTPS.
|
List<? extends MasterAuthorizedNetworksConfig.CidrBlockOrBuilder> |
getCidrBlocksOrBuilderList()
Up to 50 external networks that could access Kubernetes master through
HTTPS.
|
boolean |
getEnabled()
Whether or not master authorized networks feature is enabled.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getEnabled()
Whether or not master authorized networks feature is enabled.
bool enabled = 1;List<MasterAuthorizedNetworksConfig.CidrBlock> getCidrBlocksList()
Up to 50 external networks that could access Kubernetes master through HTTPS.
repeated .google.cloud.orchestration.airflow.service.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
MasterAuthorizedNetworksConfig.CidrBlock getCidrBlocks(int index)
Up to 50 external networks that could access Kubernetes master through HTTPS.
repeated .google.cloud.orchestration.airflow.service.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
int getCidrBlocksCount()
Up to 50 external networks that could access Kubernetes master through HTTPS.
repeated .google.cloud.orchestration.airflow.service.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
List<? extends MasterAuthorizedNetworksConfig.CidrBlockOrBuilder> getCidrBlocksOrBuilderList()
Up to 50 external networks that could access Kubernetes master through HTTPS.
repeated .google.cloud.orchestration.airflow.service.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
MasterAuthorizedNetworksConfig.CidrBlockOrBuilder getCidrBlocksOrBuilder(int index)
Up to 50 external networks that could access Kubernetes master through HTTPS.
repeated .google.cloud.orchestration.airflow.service.v1beta1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 2;
Copyright © 2023 Google LLC. All rights reserved.