Class ComputeRegionUrlMapPathMatcher.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

      • getName

        public final String getName()
        Description copied from interface: ComputeRegionUrlMapPathMatcher
        The name to which this PathMatcher is referred by the HostRule.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#name ComputeRegionUrlMap#name}

        Specified by:
        getName in interface ComputeRegionUrlMapPathMatcher
      • getDefaultService

        public final String getDefaultService()
        Description copied from interface: ComputeRegionUrlMapPathMatcher
        A reference to a RegionBackendService resource.

        This will be used if none of the pathRules defined by this PathMatcher is matched by the URL's path portion. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#default_service ComputeRegionUrlMap#default_service}

        Specified by:
        getDefaultService in interface ComputeRegionUrlMapPathMatcher
      • getDescription

        public final String getDescription()
        Description copied from interface: ComputeRegionUrlMapPathMatcher
        An optional description of this resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#description ComputeRegionUrlMap#description}

        Specified by:
        getDescription in interface ComputeRegionUrlMapPathMatcher
      • getRouteRules

        public final Object getRouteRules()
        Description copied from interface: ComputeRegionUrlMapPathMatcher
        route_rules block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_url_map#route_rules ComputeRegionUrlMap#route_rules}

        Specified by:
        getRouteRules in interface ComputeRegionUrlMapPathMatcher
      • $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