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.
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)
#intercept_deployment_group_path
def intercept_deployment_group_path(project:, location:, intercept_deployment_group:) -> ::StringCreate a fully-qualified InterceptDeploymentGroup resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/interceptDeploymentGroups/{intercept_deployment_group}
- project (String)
- location (String)
- intercept_deployment_group (String)
- (::String)
- (::ArgumentError)
#intercept_deployment_path
def intercept_deployment_path(project:, location:, intercept_deployment:) -> ::StringCreate a fully-qualified InterceptDeployment resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/interceptDeployments/{intercept_deployment}
- project (String)
- location (String)
- intercept_deployment (String)
- (::String)
- (::ArgumentError)
#intercept_endpoint_group_association_path
def intercept_endpoint_group_association_path(project:, location:, intercept_endpoint_group_association:) -> ::StringCreate a fully-qualified InterceptEndpointGroupAssociation resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/interceptEndpointGroupAssociations/{intercept_endpoint_group_association}
- project (String)
- location (String)
- intercept_endpoint_group_association (String)
- (::String)
- (::ArgumentError)
#intercept_endpoint_group_path
def intercept_endpoint_group_path(project:, location:, intercept_endpoint_group:) -> ::StringCreate a fully-qualified InterceptEndpointGroup resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/interceptEndpointGroups/{intercept_endpoint_group}
- project (String)
- location (String)
- intercept_endpoint_group (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)