Interface ClouddeployTargetGke
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClouddeployTargetGke.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.173Z") @Stability(Stable) public interface ClouddeployTargetGke extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClouddeployTargetGke.BuilderA builder forClouddeployTargetGkestatic classClouddeployTargetGke.Jsii$ProxyAn implementation forClouddeployTargetGke
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ClouddeployTargetGke.Builderbuilder()default StringgetCluster()Information specifying a GKE Cluster.default ObjectgetInternalIp()Optional.default StringgetProxyUrl()Optional.
-
-
-
Method Detail
-
getCluster
@Stability(Stable) @Nullable default String getCluster()
Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#cluster ClouddeployTarget#cluster}
-
getInternalIp
@Stability(Stable) @Nullable default Object getInternalIp()
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](https://cloud.google.com/kubernetes-engine/docs/concepts/private-cluster-concept). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#internal_ip ClouddeployTarget#internal_ip}
-
getProxyUrl
@Stability(Stable) @Nullable default String getProxyUrl()
Optional. If set, used to configure a proxy to the Kubernetes server.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#proxy_url ClouddeployTarget#proxy_url}
-
builder
@Stability(Stable) static ClouddeployTargetGke.Builder builder()
- Returns:
- a
ClouddeployTargetGke.BuilderofClouddeployTargetGke
-
-