Class: Google::Cloud::Compute::V1::RiskRecommendation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#content ⇒ ::String

Returns Mitigation guide for the risk.

Returns:

  • (::String) —

    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.

Returns:

  • (::String) —

    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