Reference documentation and code samples for the Network Security V1 API module Google::Cloud::NetworkSecurity::V1::FirewallActivation::Paths.
Path helper methods for the FirewallActivation API.
Included In
Methods
#firewall_endpoint_association_path
def firewall_endpoint_association_path(project:, location:, firewall_endpoint_association:) -> ::StringCreate a fully-qualified FirewallEndpointAssociation resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/firewallEndpointAssociations/{firewall_endpoint_association}
- project (String)
- location (String)
- firewall_endpoint_association (String)
- (::String)
- (::ArgumentError)
#firewall_endpoint_path
def firewall_endpoint_path(organization:, location:, firewall_endpoint:) -> ::String
def firewall_endpoint_path(project:, location:, firewall_endpoint:) -> ::StringCreate a fully-qualified FirewallEndpoint resource string.
def firewall_endpoint_path(organization:, location:, firewall_endpoint:) -> ::String
organizations/{organization}/locations/{location}/firewallEndpoints/{firewall_endpoint}
- organization (String)
- location (String)
- firewall_endpoint (String)
def firewall_endpoint_path(project:, location:, firewall_endpoint:) -> ::String
projects/{project}/locations/{location}/firewallEndpoints/{firewall_endpoint}
- project (String)
- location (String)
- firewall_endpoint (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate 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:, network:) -> ::StringCreate a fully-qualified Network resource string.
The resource will be in the following format:
projects/{project}/global/networks/{network}
- project (String)
- network (String)
- (::String)
- (::ArgumentError)
#organization_location_path
def organization_location_path(organization:, location:) -> ::StringCreate a fully-qualified OrganizationLocation resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}
- organization (String)
- location (String)
- (::String)
- (::ArgumentError)
#tls_inspection_policy_path
def tls_inspection_policy_path(project:, location:, tls_inspection_policy:) -> ::StringCreate a fully-qualified TlsInspectionPolicy resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}
- project (String)
- location (String)
- tls_inspection_policy (String)
- (::String)
- (::ArgumentError)