Class: Google::Cloud::Recommender::V1::ReliabilityProjection

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recommender/v1/recommendation.rb

Overview

Contains information on the impact of a reliability recommendation.

Defined Under Namespace

Modules: RiskType

Instance Attribute Summary collapse

Instance Attribute Details

#details::Google::Protobuf::Struct

Returns Per-recommender projection.

Returns:



305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
# File 'proto_docs/google/cloud/recommender/v1/recommendation.rb', line 305

class ReliabilityProjection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The risk associated with the reliability issue.
  module RiskType
    # Default unspecified risk. Don't use directly.
    RISK_TYPE_UNSPECIFIED = 0

    # Potential service downtime.
    SERVICE_DISRUPTION = 1

    # Potential data loss.
    DATA_LOSS = 2

    # Potential access denial. The service is still up but some or all clients
    # can't access it.
    ACCESS_DENY = 3
  end
end

#risks::Array<::Google::Cloud::Recommender::V1::ReliabilityProjection::RiskType>

Returns Reliability risks mitigated by this recommendation.

Returns:



305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
# File 'proto_docs/google/cloud/recommender/v1/recommendation.rb', line 305

class ReliabilityProjection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The risk associated with the reliability issue.
  module RiskType
    # Default unspecified risk. Don't use directly.
    RISK_TYPE_UNSPECIFIED = 0

    # Potential service downtime.
    SERVICE_DISRUPTION = 1

    # Potential data loss.
    DATA_LOSS = 2

    # Potential access denial. The service is still up but some or all clients
    # can't access it.
    ACCESS_DENY = 3
  end
end