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

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

Path helper methods for the Mirroring 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)

#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)

#mirroring_deployment_group_path

def mirroring_deployment_group_path(project:, location:, mirroring_deployment_group:) -> ::String

Create a fully-qualified MirroringDeploymentGroup resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/mirroringDeploymentGroups/{mirroring_deployment_group}

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

#mirroring_deployment_path

def mirroring_deployment_path(project:, location:, mirroring_deployment:) -> ::String

Create a fully-qualified MirroringDeployment resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment}

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

#mirroring_endpoint_group_association_path

def mirroring_endpoint_group_association_path(project:, location:, mirroring_endpoint_group_association:) -> ::String

Create a fully-qualified MirroringEndpointGroupAssociation resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroring_endpoint_group_association}

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

#mirroring_endpoint_group_path

def mirroring_endpoint_group_path(project:, location:, mirroring_endpoint_group:) -> ::String

Create a fully-qualified MirroringEndpointGroup resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/mirroringEndpointGroups/{mirroring_endpoint_group}

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