Class ContainerClusterPrivateClusterConfig.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getEnablePrivateEndpoint

        public final Object getEnablePrivateEndpoint()
        Description copied from interface: ContainerClusterPrivateClusterConfig
        When true, the cluster's private endpoint is used as the cluster endpoint and access through the public endpoint is disabled.

        When false, either endpoint can be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#enable_private_endpoint ContainerCluster#enable_private_endpoint}

        Specified by:
        getEnablePrivateEndpoint in interface ContainerClusterPrivateClusterConfig
      • getEnablePrivateNodes

        public final Object getEnablePrivateNodes()
        Description copied from interface: ContainerClusterPrivateClusterConfig
        Enables the private cluster feature, creating a private endpoint on the cluster.

        In a private cluster, nodes only have RFC 1918 private addresses and communicate with the master's private endpoint via private networking. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#enable_private_nodes ContainerCluster#enable_private_nodes}

        Specified by:
        getEnablePrivateNodes in interface ContainerClusterPrivateClusterConfig
      • getMasterIpv4CidrBlock

        public final String getMasterIpv4CidrBlock()
        Description copied from interface: ContainerClusterPrivateClusterConfig
        The IP range in CIDR notation to use for the hosted master network.

        This range will be used for assigning private IP addresses to the cluster master(s) and the ILB VIP. This range must not overlap with any other ranges in use within the cluster's network, and it must be a /28 subnet. See Private Cluster Limitations for more details. This field only applies to private clusters, when enable_private_nodes is true. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#master_ipv4_cidr_block ContainerCluster#master_ipv4_cidr_block}

        Specified by:
        getMasterIpv4CidrBlock in interface ContainerClusterPrivateClusterConfig
      • getPrivateEndpointSubnetwork

        public final String getPrivateEndpointSubnetwork()
        Description copied from interface: ContainerClusterPrivateClusterConfig
        Subnetwork in cluster's network where master's endpoint will be provisioned.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#private_endpoint_subnetwork ContainerCluster#private_endpoint_subnetwork}

        Specified by:
        getPrivateEndpointSubnetwork in interface ContainerClusterPrivateClusterConfig
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object