Interface GkeHubMembershipEndpointGkeCluster
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeHubMembershipEndpointGkeCluster.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.363Z") @Stability(Stable) public interface GkeHubMembershipEndpointGkeCluster extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeHubMembershipEndpointGkeCluster.BuilderA builder forGkeHubMembershipEndpointGkeClusterstatic classGkeHubMembershipEndpointGkeCluster.Jsii$ProxyAn implementation forGkeHubMembershipEndpointGkeCluster
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeHubMembershipEndpointGkeCluster.Builderbuilder()StringgetResourceLink()Self-link of the GCP resource for the GKE cluster.
-
-
-
Method Detail
-
getResourceLink
@Stability(Stable) @NotNull String getResourceLink()
Self-link of the GCP resource for the GKE cluster.For example: '//container.googleapis.com/projects/my-project/zones/us-west1-a/clusters/my-cluster'. It can be at the most 1000 characters in length. If the cluster is provisioned with Terraform, this can be '"//container.googleapis.com/${google_container_cluster.my-cluster.id}"' or 'google_container_cluster.my-cluster.id'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_membership#resource_link GkeHubMembership#resource_link}
-
builder
@Stability(Stable) static GkeHubMembershipEndpointGkeCluster.Builder builder()
-
-