Class: Google::Cloud::OsConfig::V1alpha::GetVulnerabilityReportRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/osconfig/v1alpha/vulnerability.rb

Overview

A request message for getting the vulnerability report for the specified VM.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. API resource name for vulnerability resource.

Format: projects/{project}/locations/{location}/instances/{instance}/vulnerabilityReport

For {project}, either project-number or project-id can be provided. For {instance}, either Compute Engine instance-id or instance-name can be provided.

Returns:

  • (::String)

    Required. API resource name for vulnerability resource.

    Format: projects/{project}/locations/{location}/instances/{instance}/vulnerabilityReport

    For {project}, either project-number or project-id can be provided. For {instance}, either Compute Engine instance-id or instance-name can be provided.



163
164
165
166
# File 'proto_docs/google/cloud/osconfig/v1alpha/vulnerability.rb', line 163

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