Class ComputeUrlMapPathMatcher.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: ComputeUrlMapPathMatcher
        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_url_map#name ComputeUrlMap#name}

        Specified by:
        getName in interface ComputeUrlMapPathMatcher
      • getDefaultService

        public final String getDefaultService()
        Description copied from interface: ComputeUrlMapPathMatcher
        The backend service or backend bucket to use when none of the given paths match.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#default_service ComputeUrlMap#default_service}

        Specified by:
        getDefaultService in interface ComputeUrlMapPathMatcher
      • getDescription

        public final String getDescription()
        Description copied from interface: ComputeUrlMapPathMatcher
        An optional description of this resource. Provide this property when you create the resource.

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

        Specified by:
        getDescription in interface ComputeUrlMapPathMatcher
      • getPathRule

        public final Object getPathRule()
        Description copied from interface: ComputeUrlMapPathMatcher
        path_rule block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#path_rule ComputeUrlMap#path_rule}

        Specified by:
        getPathRule in interface ComputeUrlMapPathMatcher
      • getRouteRules

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

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

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