Class: Google::Cloud::Compute::V1::LocationPolicyLocationConstraints
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::LocationPolicyLocationConstraints
- 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
-
#max_count ⇒ ::Integer
Maximum number of items that are allowed to be placed in this zone.
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.
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 |