Class: Google::Cloud::Compute::V1::LocationPolicyLocationConstraints

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

Overview

Per-zone constraints on location policy for this zone.

Instance Attribute Summary collapse

Instance Attribute Details

#max_count::Integer

Returns Maximum number of items that are allowed to be placed in this zone. The value must be non-negative.

Returns:

  • (::Integer)

    Maximum number of items that are allowed to be placed in this zone. The value must be non-negative.



20021
20022
20023
20024
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20021

class LocationPolicyLocationConstraints
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end