Cluster Psc Config Args
data class ClusterPscConfigArgs(val pscEnabled: Output<Boolean>? = null, val serviceOwnedProjectNumber: Output<Int>? = null) : ConvertibleToJava<ClusterPscConfigArgs>
Properties
Link copied to clipboard
Create an instance that allows connections from Private Service Connect endpoints to the instance.
Link copied to clipboard
(Output) The project number that needs to be allowlisted on the network attachment to enable outbound connectivity, if the network attachment is configured to ACCEPT_MANUAL connections. In case the network attachment is configured to ACCEPT_AUTOMATIC, this project number does not need to be allowlisted explicitly.