publicEndpoint property

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

The external IP address of this cluster's master endpoint.

Deprecated:Use ControlPlaneEndpointsConfig.IPEndpointsConfig.public_endpoint instead.

Output only.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? publicEndpoint;