Class: Google::Cloud::Compute::V1::RiskRecommendation
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::RiskRecommendation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Recommendation for mitigating a reliability risk, including a reference URL.
Instance Attribute Summary collapse
-
#content ⇒ ::String
Mitigation guide for the risk.
-
#reference_url ⇒ ::String
URL referencing a more detailed mitigation guide.
Instance Attribute Details
#content ⇒ ::String
Returns Mitigation guide for the risk.
69667 69668 69669 69670 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 69667 class RiskRecommendation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reference_url ⇒ ::String
Returns URL referencing a more detailed mitigation guide.
69667 69668 69669 69670 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 69667 class RiskRecommendation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |