module Google::Cloud::Lustre::V1::Lustre::Paths

def network_path project:, network:

Returns:
  • (::String) -

Parameters:
  • network (String) --
  • project (String) --
def network_path project:, network:
  raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
  "projects/#{project}/global/networks/#{network}"
end