ClusterPscConfigArgs

data class ClusterPscConfigArgs(val pscEnabled: Output<Boolean>? = null, val serviceOwnedProjectNumber: Output<Int>? = null) : ConvertibleToJava<ClusterPscConfigArgs>

Constructors

Link copied to clipboard
constructor(pscEnabled: Output<Boolean>? = null, serviceOwnedProjectNumber: Output<Int>? = null)

Properties

Link copied to clipboard
val pscEnabled: Output<Boolean>? = null

Create an instance that allows connections from Private Service Connect endpoints to the instance.

Link copied to clipboard
val serviceOwnedProjectNumber: Output<Int>? = null

(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.

Functions

Link copied to clipboard
open override fun toJava(): ClusterPscConfigArgs