Class: Google::Cloud::NetworkManagement::V1::GetVpcFlowLogsConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb

Overview

Request for the GetVpcFlowLogsConfig method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the VpcFlowLogsConfig, in one of the following formats:

  • For project-level resources: projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}

  • For organization-level resources: organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}.

Returns:

  • Required. The resource name of the VpcFlowLogsConfig, in one of the following formats:

    • For project-level resources: projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}

    • For organization-level resources: organizations/{organization_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}



80
81
82
83
# File 'proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb', line 80

class GetVpcFlowLogsConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end