Class CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces.Jsii$Proxy

    • Method Detail

      • getNetwork

        public final String getNetwork()
        Description copied from interface: CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces
        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}

        Specified by:
        getNetwork in interface CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces
      • getSubnetwork

        public final String getSubnetwork()
        Description copied from interface: CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces
        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}

        Specified by:
        getSubnetwork in interface CloudRunV2ServiceTemplateVpcAccessNetworkInterfaces
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object