privateServiceConnectEnabled property

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. See https://cloud.google.com/vpc/docs/private-service-connect.

Optional.

Implementation

core.bool? privateServiceConnectEnabled;