Interface protos.google.container.v1.IPrivateClusterConfig (2.3.2)

Properties of a PrivateClusterConfig.

Package

@google-cloud/container!

Properties

enablePrivateEndpoint

enablePrivateEndpoint?: (boolean|null);

PrivateClusterConfig enablePrivateEndpoint

Property Value
TypeDescription
(boolean|null)

enablePrivateNodes

enablePrivateNodes?: (boolean|null);

PrivateClusterConfig enablePrivateNodes

Property Value
TypeDescription
(boolean|null)

masterGlobalAccessConfig

masterGlobalAccessConfig?: (google.container.v1.IPrivateClusterMasterGlobalAccessConfig|null);

PrivateClusterConfig masterGlobalAccessConfig

Property Value
TypeDescription
(google.container.v1.IPrivateClusterMasterGlobalAccessConfig|null)

masterIpv4CidrBlock

masterIpv4CidrBlock?: (string|null);

PrivateClusterConfig masterIpv4CidrBlock

Property Value
TypeDescription
(string|null)

peeringName

peeringName?: (string|null);

PrivateClusterConfig peeringName

Property Value
TypeDescription
(string|null)

privateEndpoint

privateEndpoint?: (string|null);

PrivateClusterConfig privateEndpoint

Property Value
TypeDescription
(string|null)

publicEndpoint

publicEndpoint?: (string|null);

PrivateClusterConfig publicEndpoint

Property Value
TypeDescription
(string|null)