Class: Google::Apis::ComputeAlpha::LocationPolicyLocationConstraints

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

Overview

Per-zone constraints on location policy for this zone.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LocationPolicyLocationConstraints

Returns a new instance of LocationPolicyLocationConstraints.



21905
21906
21907
# File 'lib/google/apis/compute_alpha/classes.rb', line 21905

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

Instance Attribute Details

#max_countFixnum

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

Returns:

  • (Fixnum)


21903
21904
21905
# File 'lib/google/apis/compute_alpha/classes.rb', line 21903

def max_count
  @max_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21910
21911
21912
# File 'lib/google/apis/compute_alpha/classes.rb', line 21910

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