Class DataFusionInstanceNetworkConfig.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • connectionType

        @Stability(Stable)
        public DataFusionInstanceNetworkConfig.Builder connectionType​(String connectionType)
        Parameters:
        connectionType - Optional. Type of connection for establishing private IP connectivity between the Data Fusion customer project VPC and the corresponding tenant project from a predefined list of available connection modes. If this field is unspecified for a private instance, VPC peering is used. Possible values: ["VPC_PEERING", "PRIVATE_SERVICE_CONNECT_INTERFACES"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_fusion_instance#connection_type DataFusionInstance#connection_type}
        Returns:
        this
      • ipAllocation

        @Stability(Stable)
        public DataFusionInstanceNetworkConfig.Builder ipAllocation​(String ipAllocation)
        Parameters:
        ipAllocation - The IP range in CIDR notation to use for the managed Data Fusion instance nodes. This range must not overlap with any other ranges used in the Data Fusion instance network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_fusion_instance#ip_allocation DataFusionInstance#ip_allocation}
        Returns:
        this
      • network

        @Stability(Stable)
        public DataFusionInstanceNetworkConfig.Builder network​(String network)
        Parameters:
        network - Name of the network in the project with which the tenant project will be peered for executing pipelines. In case of shared VPC where the network resides in another host project the network should specified in the form of projects/{host-project-id}/global/networks/{network} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_fusion_instance#network DataFusionInstance#network}
        Returns:
        this