privateServiceConnectEnabled property

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

When true, the node is only accessible via Private Service Connect; no public endpoints are exposed.

Otherwise, the node is only accessible via public endpoints. Warning: These nodes are deprecated, please use public endpoints instead.

Optional.

Implementation

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