Reference documentation and code samples for the Distributed Cloud Edge Network V1 API module Google::Cloud::EdgeNetwork::V1::EdgeNetwork::Paths.
Path helper methods for the EdgeNetwork API.
Methods
#interconnect_attachment_path
def interconnect_attachment_path(project:, location:, zone:, interconnect_attachment:) -> ::String
Create a fully-qualified InterconnectAttachment resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/zones/{zone}/interconnectAttachments/{interconnect_attachment}
- project (String)
- location (String)
- zone (String)
- interconnect_attachment (String)
- (::String)
- (::ArgumentError)
#interconnect_path
def interconnect_path(project:, location:, zone:, interconnect:) -> ::String
Create a fully-qualified Interconnect resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/zones/{zone}/interconnects/{interconnect}
- project (String)
- location (String)
- zone (String)
- interconnect (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::String
Create a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#network_path
def network_path(project:, location:, zone:, network:) -> ::String
Create a fully-qualified Network resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/zones/{zone}/networks/{network}
- project (String)
- location (String)
- zone (String)
- network (String)
- (::String)
- (::ArgumentError)
#router_path
def router_path(project:, location:, zone:, router:) -> ::String
Create a fully-qualified Router resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/zones/{zone}/routers/{router}
- project (String)
- location (String)
- zone (String)
- router (String)
- (::String)
- (::ArgumentError)
#subnet_path
def subnet_path(project:, location:, zone:, subnet:) -> ::String
Create a fully-qualified Subnet resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/zones/{zone}/subnets/{subnet}
- project (String)
- location (String)
- zone (String)
- subnet (String)
- (::String)
- (::ArgumentError)
#zone_path
def zone_path(project:, location:, zone:) -> ::String
Create a fully-qualified Zone resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/zones/{zone}
- project (String)
- location (String)
- zone (String)
- (::String)
- (::ArgumentError)