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.
Included In
Methods
#forwarding_rule_path
def forwarding_rule_path(project:, forwarding_rule:) -> ::StringCreate a fully-qualified ForwardingRule resource string.
The resource will be in the following format:
projects/{project}/global/forwardingRules/{forwarding_rule}
- project (String)
- forwarding_rule (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)
#mirroring_deployment_group_path
def mirroring_deployment_group_path(project:, location:, mirroring_deployment_group:) -> ::StringCreate a fully-qualified MirroringDeploymentGroup resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/mirroringDeploymentGroups/{mirroring_deployment_group}
- project (String)
- location (String)
- mirroring_deployment_group (String)
- (::String)
- (::ArgumentError)
#mirroring_deployment_path
def mirroring_deployment_path(project:, location:, mirroring_deployment:) -> ::StringCreate a fully-qualified MirroringDeployment resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment}
- project (String)
- location (String)
- mirroring_deployment (String)
- (::String)
- (::ArgumentError)
#mirroring_endpoint_group_association_path
def mirroring_endpoint_group_association_path(project:, location:, mirroring_endpoint_group_association:) -> ::StringCreate a fully-qualified MirroringEndpointGroupAssociation resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroring_endpoint_group_association}
- project (String)
- location (String)
- mirroring_endpoint_group_association (String)
- (::String)
- (::ArgumentError)
#mirroring_endpoint_group_path
def mirroring_endpoint_group_path(project:, location:, mirroring_endpoint_group:) -> ::StringCreate a fully-qualified MirroringEndpointGroup resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/mirroringEndpointGroups/{mirroring_endpoint_group}
- project (String)
- location (String)
- mirroring_endpoint_group (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)