Class: Google::Cloud::Compute::V1::ResourceStatusScheduling
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ResourceStatusScheduling
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#availability_domain ⇒ ::Integer
Specifies the availability domain to place the instance in.
Instance Attribute Details
#availability_domain ⇒ ::Integer
Returns Specifies the availability domain to place the instance in. The value must be a number between 1 and the number of availability domains specified in the spread placement policy attached to the instance.
26944 26945 26946 26947 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 26944 class ResourceStatusScheduling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |