Class: Google::Cloud::NetworkManagement::V1::DeleteVpcFlowLogsConfigRequest

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 DeleteVpcFlowLogsConfig method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. VpcFlowLogsConfig resource name using the form: projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}.

Returns:

  • (::String)

    Required. VpcFlowLogsConfig resource name using the form: projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config}



108
109
110
111
# File 'proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb', line 108

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