Interface DataplexTaskSparkInfrastructureSpecVpcNetwork

    • Method Detail

      • getNetwork

        @Stability(Stable)
        @Nullable
        default String getNetwork()
        The Cloud VPC network in which the job is run.

        By default, the Cloud VPC network named Default within the project is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#network DataplexTask#network}

      • getNetworkTags

        @Stability(Stable)
        @Nullable
        default List<String> getNetworkTags()
        List of network tags to apply to the job.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#network_tags DataplexTask#network_tags}

      • getSubNetwork

        @Stability(Stable)
        @Nullable
        default String getSubNetwork()
        The Cloud VPC sub-network in which the job is run.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_task#sub_network DataplexTask#sub_network}