TargetAssociatedEntityGkeClusterArgs

data class TargetAssociatedEntityGkeClusterArgs(val cluster: Output<String>? = null, val internalIp: Output<Boolean>? = null, val proxyUrl: Output<String>? = null) : ConvertibleToJava<TargetAssociatedEntityGkeClusterArgs>

Constructors

Link copied to clipboard
constructor(cluster: Output<String>? = null, internalIp: Output<Boolean>? = null, proxyUrl: Output<String>? = null)

Properties

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

Optional. Information specifying a GKE Cluster. Format is projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.

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

Optional. If true, cluster is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option when cluster is a private GKE cluster.

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

Optional. If set, used to configure a proxy to the Kubernetes server.

Functions

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