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

Reference documentation and code samples for the Network Security V1 API module Google::Cloud::NetworkSecurity::V1::Intercept::Paths.

Path helper methods for the Intercept API.

Methods

#forwarding_rule_path

def forwarding_rule_path(project:, forwarding_rule:) -> ::String

Create a fully-qualified ForwardingRule resource string.

The resource will be in the following format:

projects/{project}/global/forwardingRules/{forwarding_rule}

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

#intercept_deployment_group_path

def intercept_deployment_group_path(project:, location:, intercept_deployment_group:) -> ::String

Create a fully-qualified InterceptDeploymentGroup resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/interceptDeploymentGroups/{intercept_deployment_group}

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

#intercept_deployment_path

def intercept_deployment_path(project:, location:, intercept_deployment:) -> ::String

Create a fully-qualified InterceptDeployment resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/interceptDeployments/{intercept_deployment}

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

#intercept_endpoint_group_association_path

def intercept_endpoint_group_association_path(project:, location:, intercept_endpoint_group_association:) -> ::String

Create a fully-qualified InterceptEndpointGroupAssociation resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/interceptEndpointGroupAssociations/{intercept_endpoint_group_association}

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

#intercept_endpoint_group_path

def intercept_endpoint_group_path(project:, location:, intercept_endpoint_group:) -> ::String

Create a fully-qualified InterceptEndpointGroup resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/interceptEndpointGroups/{intercept_endpoint_group}

Parameters
  • project (String)
  • location (String)
  • intercept_endpoint_group (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)