Network Management V1 API - Module Google::Cloud::NetworkManagement::V1::VpcFlowLogsService::Paths (v1.5.0)

Reference documentation and code samples for the Network Management V1 API module Google::Cloud::NetworkManagement::V1::VpcFlowLogsService::Paths.

Path helper methods for the VpcFlowLogsService API.

Methods

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

#vpc_flow_logs_config_path

def vpc_flow_logs_config_path(project:, location:, vpc_flow_logs_config:) -> ::String

Create a fully-qualified VpcFlowLogsConfig resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/vpcFlowLogsConfigs/{vpc_flow_logs_config}

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