Interface CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces

    • 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_service#network CloudRunV2Service#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_service#subnetwork CloudRunV2Service#subnetwork}

      • getTags

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

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