Class: Google::Cloud::Compute::V1::CapacityAdviceResponseRecommendation
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::CapacityAdviceResponseRecommendation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Recommendation.
Instance Attribute Summary collapse
-
#scores ⇒ ::Google::Cloud::Compute::V1::CapacityAdviceResponseRecommendationScores
Scores for the recommendation.
-
#shards ⇒ ::Array<::Google::Cloud::Compute::V1::CapacityAdviceResponseRecommendationShard>
Shards represent blocks of uniform capacity in recommendations.
Instance Attribute Details
#scores ⇒ ::Google::Cloud::Compute::V1::CapacityAdviceResponseRecommendationScores
Returns Scores for the recommendation.
14022 14023 14024 14025 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14022 class CapacityAdviceResponseRecommendation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shards ⇒ ::Array<::Google::Cloud::Compute::V1::CapacityAdviceResponseRecommendationShard>
Returns Shards represent blocks of uniform capacity in recommendations.
14022 14023 14024 14025 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 14022 class CapacityAdviceResponseRecommendation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |