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. The resource name of the VpcFlowLogsConfig, in one of the following formats:

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

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

Returns:

  • (::String)

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

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

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



136
137
138
139
# File 'proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb', line 136

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