Interface CloudRunV2JobTemplateTemplateVpcAccessNetworkInterfaces

    • Method Detail

      • getNetwork

        @Stability(Stable)
        @Nullable
        default String getNetwork()
        The VPC network that the Cloud Run resource will be able to send traffic to.

        At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be looked up from the subnetwork. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#network CloudRunV2Job#network}

      • getSubnetwork

        @Stability(Stable)
        @Nullable
        default String getSubnetwork()
        The VPC subnetwork that the Cloud Run resource will get IPs from.

        At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#subnetwork CloudRunV2Job#subnetwork}

      • getTags

        @Stability(Stable)
        @Nullable
        default List<String> getTags()
        Network tags applied to this Cloud Run job.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#tags CloudRunV2Job#tags}