desiredEnablePrivateEndpoint property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? desiredEnablePrivateEndpoint
getter/setter pair

Enable/Disable private endpoint for the cluster's master.

Deprecated: Use desired_control_plane_endpoints_config.ip_endpoints_config.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? desiredEnablePrivateEndpoint;