enablePrivateServiceConnect property

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

Deprecated: If true, expose the Endpoint via private service connect.

Only one of the fields, network or enable_private_service_connect, can be set.

Implementation

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