Class EdgecontainerClusterNetworking.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

      • getClusterIpv4CidrBlocks

        public final List<String> getClusterIpv4CidrBlocks()
        Description copied from interface: EdgecontainerClusterNetworking
        All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks.

        Only a single block is supported. This field cannot be changed after creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#cluster_ipv4_cidr_blocks EdgecontainerCluster#cluster_ipv4_cidr_blocks}

        Specified by:
        getClusterIpv4CidrBlocks in interface EdgecontainerClusterNetworking
      • getServicesIpv4CidrBlocks

        public final List<String> getServicesIpv4CidrBlocks()
        Description copied from interface: EdgecontainerClusterNetworking
        All services in the cluster are assigned an RFC1918 IPv4 address from these blocks.

        Only a single block is supported. This field cannot be changed after creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#services_ipv4_cidr_blocks EdgecontainerCluster#services_ipv4_cidr_blocks}

        Specified by:
        getServicesIpv4CidrBlocks in interface EdgecontainerClusterNetworking
      • getClusterIpv6CidrBlocks

        public final List<String> getClusterIpv6CidrBlocks()
        Description copied from interface: EdgecontainerClusterNetworking
        If specified, dual stack mode is enabled and all pods in the cluster are assigned an IPv6 address from these blocks alongside from an IPv4 address.

        Only a single block is supported. This field cannot be changed after creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#cluster_ipv6_cidr_blocks EdgecontainerCluster#cluster_ipv6_cidr_blocks}

        Specified by:
        getClusterIpv6CidrBlocks in interface EdgecontainerClusterNetworking
      • getServicesIpv6CidrBlocks

        public final List<String> getServicesIpv6CidrBlocks()
        Description copied from interface: EdgecontainerClusterNetworking
        If specified, dual stack mode is enabled and all services in the cluster are assigned an IPv6 address from these blocks alongside from an IPv4 address.

        Only a single block is supported. This field cannot be changed after creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/edgecontainer_cluster#services_ipv6_cidr_blocks EdgecontainerCluster#services_ipv6_cidr_blocks}

        Specified by:
        getServicesIpv6CidrBlocks in interface EdgecontainerClusterNetworking
      • $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