Interface MasterAuthorizedNetworksConfigOrBuilder (0.13.0)

public interface MasterAuthorizedNetworksConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCidrBlocks(int index)

public abstract MasterAuthorizedNetworksConfig.CidrBlock getCidrBlocks(int index)

Optional. cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.

repeated .google.cloud.telcoautomation.v1alpha1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
MasterAuthorizedNetworksConfig.CidrBlock

getCidrBlocksCount()

public abstract int getCidrBlocksCount()

Optional. cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.

repeated .google.cloud.telcoautomation.v1alpha1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getCidrBlocksList()

public abstract List<MasterAuthorizedNetworksConfig.CidrBlock> getCidrBlocksList()

Optional. cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.

repeated .google.cloud.telcoautomation.v1alpha1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<CidrBlock>

getCidrBlocksOrBuilder(int index)

public abstract MasterAuthorizedNetworksConfig.CidrBlockOrBuilder getCidrBlocksOrBuilder(int index)

Optional. cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.

repeated .google.cloud.telcoautomation.v1alpha1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
MasterAuthorizedNetworksConfig.CidrBlockOrBuilder

getCidrBlocksOrBuilderList()

public abstract List<? extends MasterAuthorizedNetworksConfig.CidrBlockOrBuilder> getCidrBlocksOrBuilderList()

Optional. cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.

repeated .google.cloud.telcoautomation.v1alpha1.MasterAuthorizedNetworksConfig.CidrBlock cidr_blocks = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.telcoautomation.v1alpha1.MasterAuthorizedNetworksConfig.CidrBlockOrBuilder>