Class CloudRunV2ServiceTemplateVpcAccess.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getConnector

        public final String getConnector()
        Description copied from interface: CloudRunV2ServiceTemplateVpcAccess
        VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number.

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

        Specified by:
        getConnector in interface CloudRunV2ServiceTemplateVpcAccess
      • getEgress

        public final String getEgress()
        Description copied from interface: CloudRunV2ServiceTemplateVpcAccess
        Traffic VPC egress settings. Possible values: ["ALL_TRAFFIC", "PRIVATE_RANGES_ONLY"].

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

        Specified by:
        getEgress in interface CloudRunV2ServiceTemplateVpcAccess
      • $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