ClusterControlPlaneRemoteArgs

data class ClusterControlPlaneRemoteArgs(val nodeLocation: Output<String>? = null) : ConvertibleToJava<ClusterControlPlaneRemoteArgs>

Constructors

Link copied to clipboard
constructor(nodeLocation: Output<String>? = null)

Properties

Link copied to clipboard
val nodeLocation: Output<String>? = null

Name of the Google Distributed Cloud Edge zones where this node pool will be created. For example: us-central1-edge-customer-a.

Functions

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