Reference to an underlying networking resource that can comprise a Service.
JSON representation
{"uri": string,"path": string}
Fields
uri
string
Output only. The underlying resource URI. For example, URI of Forwarding Rule, URL Map, and Backend Service.
path
string
Output only. Additional path under the resource URI (demultiplexing one resource URI into multiple entries). Smallest unit a policy can be attached to. Examples: URL Map path entry.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-27 UTC."],[[["The provided content details the JSON representation of a networking resource, outlining its structure and components."],["The JSON object includes a `uri` field, representing the underlying resource's unique identifier, such as a Forwarding Rule or URL Map."],["The `path` field is a string that adds specificity to the resource `uri`, allowing for the division of a singular resource URI into several distinct entries."],["The `uri` and `path` fields, both strings, are output-only, meaning they are provided for information and cannot be set by the user."]]],[]]