Interface GkeHubFeatureSpecMulticlusteringress
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeHubFeatureSpecMulticlusteringress.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.332Z") @Stability(Stable) public interface GkeHubFeatureSpecMulticlusteringress extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeHubFeatureSpecMulticlusteringress.BuilderA builder forGkeHubFeatureSpecMulticlusteringressstatic classGkeHubFeatureSpecMulticlusteringress.Jsii$ProxyAn implementation forGkeHubFeatureSpecMulticlusteringress
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeHubFeatureSpecMulticlusteringress.Builderbuilder()StringgetConfigMembership()Fully-qualified Membership name which hosts the MultiClusterIngress CRD.
-
-
-
Method Detail
-
getConfigMembership
@Stability(Stable) @NotNull String getConfigMembership()
Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: 'projects/foo-proj/locations/global/memberships/bar'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#config_membership GkeHubFeature#config_membership}
-
builder
@Stability(Stable) static GkeHubFeatureSpecMulticlusteringress.Builder builder()
-
-