Class ComputeGlobalNetworkEndpoint.Builder

    • Method Detail

      • connection

        @Stability(Experimental)
        public ComputeGlobalNetworkEndpoint.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public ComputeGlobalNetworkEndpoint.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • count

        @Stability(Experimental)
        public ComputeGlobalNetworkEndpoint.Builder count​(com.hashicorp.cdktf.TerraformCount count)
        Parameters:
        count - This parameter is required.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public ComputeGlobalNetworkEndpoint.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Parameters:
        dependsOn - This parameter is required.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public ComputeGlobalNetworkEndpoint.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Parameters:
        forEach - This parameter is required.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public ComputeGlobalNetworkEndpoint.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - This parameter is required.
        Returns:
        this
      • provider

        @Stability(Experimental)
        public ComputeGlobalNetworkEndpoint.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Parameters:
        provider - This parameter is required.
        Returns:
        this
      • globalNetworkEndpointGroup

        @Stability(Stable)
        public ComputeGlobalNetworkEndpoint.Builder globalNetworkEndpointGroup​(String globalNetworkEndpointGroup)
        The global network endpoint group this endpoint is part of.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_global_network_endpoint#global_network_endpoint_group ComputeGlobalNetworkEndpoint#global_network_endpoint_group}

        Parameters:
        globalNetworkEndpointGroup - The global network endpoint group this endpoint is part of. This parameter is required.
        Returns:
        this
      • port

        @Stability(Stable)
        public ComputeGlobalNetworkEndpoint.Builder port​(Number port)
        Port number of the external endpoint.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_global_network_endpoint#port ComputeGlobalNetworkEndpoint#port}

        Parameters:
        port - Port number of the external endpoint. This parameter is required.
        Returns:
        this
      • fqdn

        @Stability(Stable)
        public ComputeGlobalNetworkEndpoint.Builder fqdn​(String fqdn)
        Fully qualified domain name of network endpoint. This can only be specified when network_endpoint_type of the NEG is INTERNET_FQDN_PORT.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_global_network_endpoint#fqdn ComputeGlobalNetworkEndpoint#fqdn}

        Parameters:
        fqdn - Fully qualified domain name of network endpoint. This can only be specified when network_endpoint_type of the NEG is INTERNET_FQDN_PORT. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public ComputeGlobalNetworkEndpoint.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_global_network_endpoint#id ComputeGlobalNetworkEndpoint#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.

        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_global_network_endpoint#id ComputeGlobalNetworkEndpoint#id}. This parameter is required.
        Returns:
        this
      • ipAddress

        @Stability(Stable)
        public ComputeGlobalNetworkEndpoint.Builder ipAddress​(String ipAddress)
        IPv4 address external endpoint.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_global_network_endpoint#ip_address ComputeGlobalNetworkEndpoint#ip_address}

        Parameters:
        ipAddress - IPv4 address external endpoint. This parameter is required.
        Returns:
        this
      • project

        @Stability(Stable)
        public ComputeGlobalNetworkEndpoint.Builder project​(String project)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_global_network_endpoint#project ComputeGlobalNetworkEndpoint#project}.

        Parameters:
        project - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_global_network_endpoint#project ComputeGlobalNetworkEndpoint#project}. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public ComputeGlobalNetworkEndpoint.Builder timeouts​(ComputeGlobalNetworkEndpointTimeouts timeouts)
        timeouts block.

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

        Parameters:
        timeouts - timeouts block. This parameter is required.
        Returns:
        this