Interface GkeHubFeatureSpec
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeHubFeatureSpec.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.329Z") @Stability(Stable) public interface GkeHubFeatureSpec extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeHubFeatureSpec.BuilderA builder forGkeHubFeatureSpecstatic classGkeHubFeatureSpec.Jsii$ProxyAn implementation forGkeHubFeatureSpec
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GkeHubFeatureSpec.Builderbuilder()default GkeHubFeatureSpecClusterupgradegetClusterupgrade()clusterupgrade block.default GkeHubFeatureSpecFleetobservabilitygetFleetobservability()fleetobservability block.default GkeHubFeatureSpecMulticlusteringressgetMulticlusteringress()multiclusteringress block.
-
-
-
Method Detail
-
getClusterupgrade
@Stability(Stable) @Nullable default GkeHubFeatureSpecClusterupgrade getClusterupgrade()
clusterupgrade block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#clusterupgrade GkeHubFeature#clusterupgrade}
-
getFleetobservability
@Stability(Stable) @Nullable default GkeHubFeatureSpecFleetobservability getFleetobservability()
fleetobservability block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#fleetobservability GkeHubFeature#fleetobservability}
-
getMulticlusteringress
@Stability(Stable) @Nullable default GkeHubFeatureSpecMulticlusteringress getMulticlusteringress()
multiclusteringress block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#multiclusteringress GkeHubFeature#multiclusteringress}
-
builder
@Stability(Stable) static GkeHubFeatureSpec.Builder builder()
- Returns:
- a
GkeHubFeatureSpec.BuilderofGkeHubFeatureSpec
-
-