Interface EdgecontainerClusterConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    EdgecontainerClusterConfig.Jsii$Proxy

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

      • getAuthorization

        @Stability(Stable)
        @NotNull
        EdgecontainerClusterAuthorization getAuthorization()
        authorization block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#authorization EdgecontainerCluster#authorization}

      • getFleet

        @Stability(Stable)
        @NotNull
        EdgecontainerClusterFleet getFleet()
        fleet block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#fleet EdgecontainerCluster#fleet}

      • getLocation

        @Stability(Stable)
        @NotNull
        String getLocation()
        The location of the resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#location EdgecontainerCluster#location}

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        The GDCE cluster name.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#name EdgecontainerCluster#name}

      • getNetworking

        @Stability(Stable)
        @NotNull
        EdgecontainerClusterNetworking getNetworking()
        networking block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#networking EdgecontainerCluster#networking}

      • getControlPlane

        @Stability(Stable)
        @Nullable
        default EdgecontainerClusterControlPlane getControlPlane()
        control_plane block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#control_plane EdgecontainerCluster#control_plane}

      • getControlPlaneEncryption

        @Stability(Stable)
        @Nullable
        default EdgecontainerClusterControlPlaneEncryption getControlPlaneEncryption()
        control_plane_encryption block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#control_plane_encryption EdgecontainerCluster#control_plane_encryption}

      • getDefaultMaxPodsPerNode

        @Stability(Stable)
        @Nullable
        default Number getDefaultMaxPodsPerNode()
        The default maximum number of pods per node used if a maximum value is not specified explicitly for a node pool in this cluster.

        If unspecified, the Kubernetes default value will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#default_max_pods_per_node EdgecontainerCluster#default_max_pods_per_node}

      • getExternalLoadBalancerIpv4AddressPools

        @Stability(Stable)
        @Nullable
        default List<String> getExternalLoadBalancerIpv4AddressPools()
        Address pools for cluster data plane external load balancing.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#external_load_balancer_ipv4_address_pools EdgecontainerCluster#external_load_balancer_ipv4_address_pools}

      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#id EdgecontainerCluster#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

      • getLabels

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getLabels()
        User-defined labels for the edgecloud cluster.

        **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#labels EdgecontainerCluster#labels}

      • getMaintenancePolicy

        @Stability(Stable)
        @Nullable
        default EdgecontainerClusterMaintenancePolicy getMaintenancePolicy()
        maintenance_policy block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#maintenance_policy EdgecontainerCluster#maintenance_policy}

      • getProject

        @Stability(Stable)
        @Nullable
        default String getProject()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#project EdgecontainerCluster#project}.
      • getReleaseChannel

        @Stability(Stable)
        @Nullable
        default String getReleaseChannel()
        The release channel a cluster is subscribed to. Possible values: ["RELEASE_CHANNEL_UNSPECIFIED", "NONE", "REGULAR"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#release_channel EdgecontainerCluster#release_channel}

      • getSystemAddonsConfig

        @Stability(Stable)
        @Nullable
        default EdgecontainerClusterSystemAddonsConfig getSystemAddonsConfig()
        system_addons_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#system_addons_config EdgecontainerCluster#system_addons_config}

      • getTargetVersion

        @Stability(Stable)
        @Nullable
        default String getTargetVersion()
        The target cluster version. For example: "1.5.0".

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#target_version EdgecontainerCluster#target_version}

      • getTimeouts

        @Stability(Stable)
        @Nullable
        default EdgecontainerClusterTimeouts getTimeouts()
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#timeouts EdgecontainerCluster#timeouts}