Interface GkeHubFeatureSpecClusterupgrade

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    GkeHubFeatureSpecClusterupgrade.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.329Z")
    @Stability(Stable)
    public interface GkeHubFeatureSpecClusterupgrade
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getUpstreamFleets

        @Stability(Stable)
        @NotNull
        List<String> getUpstreamFleets()
        Specified if other fleet should be considered as a source of upgrades.

        Currently, at most one upstream fleet is allowed. The fleet name should be either fleet project number or id. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#upstream_fleets GkeHubFeature#upstream_fleets}

      • getGkeUpgradeOverrides

        @Stability(Stable)
        @Nullable
        default Object getGkeUpgradeOverrides()
        gke_upgrade_overrides block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#gke_upgrade_overrides GkeHubFeature#gke_upgrade_overrides}

      • getPostConditions

        @Stability(Stable)
        @Nullable
        default GkeHubFeatureSpecClusterupgradePostConditions getPostConditions()
        post_conditions block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature#post_conditions GkeHubFeature#post_conditions}