Network Security V1 API - Module Google::Cloud::NetworkSecurity::V1::FirewallActivation::Paths (v0.1.0)

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.

Methods

#firewall_endpoint_association_path

def firewall_endpoint_association_path(project:, location:, firewall_endpoint_association:) -> ::String

Create a fully-qualified FirewallEndpointAssociation resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/firewallEndpointAssociations/{firewall_endpoint_association}

Parameters
  • project (String)
  • location (String)
  • firewall_endpoint_association (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#firewall_endpoint_path

def firewall_endpoint_path(organization:, location:, firewall_endpoint:) -> ::String
def firewall_endpoint_path(project:, location:, firewall_endpoint:) -> ::String

Create a fully-qualified FirewallEndpoint resource string.

Overloads
def firewall_endpoint_path(organization:, location:, firewall_endpoint:) -> ::String
The resource will be in the following format:

organizations/{organization}/locations/{location}/firewallEndpoints/{firewall_endpoint}

Parameters
  • organization (String)
  • location (String)
  • firewall_endpoint (String)
def firewall_endpoint_path(project:, location:, firewall_endpoint:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/firewallEndpoints/{firewall_endpoint}

Parameters
  • project (String)
  • location (String)
  • firewall_endpoint (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#network_path

def network_path(project:, network:) -> ::String

Create a fully-qualified Network resource string.

The resource will be in the following format:

projects/{project}/global/networks/{network}

Parameters
  • project (String)
  • network (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#organization_location_path

def organization_location_path(organization:, location:) -> ::String

Create a fully-qualified OrganizationLocation resource string.

The resource will be in the following format:

organizations/{organization}/locations/{location}

Parameters
  • organization (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#tls_inspection_policy_path

def tls_inspection_policy_path(project:, location:, tls_inspection_policy:) -> ::String

Create a fully-qualified TlsInspectionPolicy resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}

Parameters
  • project (String)
  • location (String)
  • tls_inspection_policy (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)