ClusterPscConfigArgs

data class ClusterPscConfigArgs(val network: Output<String>) : ConvertibleToJava<ClusterPscConfigArgs>

Constructors

Link copied to clipboard
constructor(network: Output<String>)

Properties

Link copied to clipboard
val network: Output<String>

Required. The consumer network where the network address of the discovery endpoint will be reserved, in the form of projects/{network_project_id_or_number}/global/networks/{network_id}.

Functions

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