enablePrivateEndpoint property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Whether the master's internal IP address is used as the cluster endpoint.
Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.enable_public_endpoint instead. Note that the value of enable_public_endpoint is reversed: if enable_private_endpoint is false, then enable_public_endpoint will be true.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.bool? enablePrivateEndpoint;