Class: Google::Apis::ComputeAlpha::CapacityAdviceResponseRecommendation

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CapacityAdviceResponseRecommendation

Returns a new instance of CapacityAdviceResponseRecommendation.



8493
8494
8495
# File 'lib/google/apis/compute_alpha/classes.rb', line 8493

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#scoresGoogle::Apis::ComputeAlpha::CapacityAdviceResponseRecommendationScores

The Scores message groups information about a shard of capacity. Corresponds to the JSON property scores



8486
8487
8488
# File 'lib/google/apis/compute_alpha/classes.rb', line 8486

def scores
  @scores
end

#shardsArray<Google::Apis::ComputeAlpha::CapacityAdviceResponseRecommendationShard>

Corresponds to the JSON property shards



8491
8492
8493
# File 'lib/google/apis/compute_alpha/classes.rb', line 8491

def shards
  @shards
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8498
8499
8500
8501
# File 'lib/google/apis/compute_alpha/classes.rb', line 8498

def update!(**args)
  @scores = args[:scores] if args.key?(:scores)
  @shards = args[:shards] if args.key?(:shards)
end