Class: Google::Cloud::OsConfig::V1alpha::VulnerabilityReport::Vulnerability::Details::Reference
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1alpha::VulnerabilityReport::Vulnerability::Details::Reference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1alpha/vulnerability.rb
Overview
A reference for this vulnerability.
Instance Attribute Summary collapse
-
#source ⇒ ::String
The source of the reference e.g.
-
#url ⇒ ::String
The url of the reference.
Instance Attribute Details
#source ⇒ ::String
Returns The source of the reference e.g. NVD.
115 116 117 118 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/vulnerability.rb', line 115 class Reference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url ⇒ ::String
Returns The url of the reference.
115 116 117 118 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/vulnerability.rb', line 115 class Reference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |