Network Management V1 API - Module Google::Cloud::NetworkManagement::V1::OrganizationVpcFlowLogsService::Paths (v2.6.0)

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

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

#organization_location_path

def organization_location_path(organization:, location:) -> ::String

Create a fully-qualified OrganizationLocation resource string.

The resource will be in the following format:

organizations/{organization}/locations/{location}

Parameters
  • organization (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
def vpc_flow_logs_config_path(organization:, location:, vpc_flow_logs_config:) -> ::String

Create a fully-qualified VpcFlowLogsConfig resource string.

Overloads
def vpc_flow_logs_config_path(project:, location:, vpc_flow_logs_config:) -> ::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)
def vpc_flow_logs_config_path(organization:, location:, vpc_flow_logs_config:) -> ::String
The resource will be in the following format:

organizations/{organization}/locations/{location}/vpcFlowLogsConfigs/{vpc_flow_logs_config}

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