Class: Google::Cloud::OsConfig::V1::GetVulnerabilityReportRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::GetVulnerabilityReportRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/vulnerability.rb
Overview
A request message for getting the vulnerability report for the specified VM.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
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.
163 164 165 166 |
# File 'proto_docs/google/cloud/osconfig/v1/vulnerability.rb', line 163 class GetVulnerabilityReportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |