Class: Google::Apis::ComputeAlpha::LocationPolicyLocationConstraints
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::LocationPolicyLocationConstraints
- 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
Overview
Per-zone constraints on location policy for this zone.
Instance Attribute Summary collapse
-
#max_count ⇒ Fixnum
Maximum number of items that are allowed to be placed in this zone.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LocationPolicyLocationConstraints
constructor
A new instance of LocationPolicyLocationConstraints.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LocationPolicyLocationConstraints
Returns a new instance of LocationPolicyLocationConstraints.
23724 23725 23726 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 23724 def initialize(**args) update!(**args) end |
Instance Attribute Details
#max_count ⇒ Fixnum
Maximum number of items that are allowed to be placed in this zone. The value
must be non-negative.
Corresponds to the JSON property maxCount
23722 23723 23724 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 23722 def max_count @max_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23729 23730 23731 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 23729 def update!(**args) @max_count = args[:max_count] if args.key?(:max_count) end |