Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::LocationPolicy.
Configuration for location policy among multiple possible locations (e.g. preferences for zone selection among zones in a single region).
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#locations
def locations() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::LocationPolicyLocation}
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::LocationPolicyLocation}) — Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a. The bulkInsert operation doesn't create instances in an AI zone, even if an AI zone is available in the specified region. For example, if you set a DENY preference for us-central1-a, Compute Engine will consider us-central1-b and us-central1-c for instance creation, but not us-central1-ai1a. Also, you can't use the locations[] configuration to allow instance creation in an AI zone. To include an AI zone in bulkInsert operations, use the locationPolicy.zones[] field.
#locations=
def locations=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::LocationPolicyLocation}
Parameter
- value (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::LocationPolicyLocation}) — Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a. The bulkInsert operation doesn't create instances in an AI zone, even if an AI zone is available in the specified region. For example, if you set a DENY preference for us-central1-a, Compute Engine will consider us-central1-b and us-central1-c for instance creation, but not us-central1-ai1a. Also, you can't use the locations[] configuration to allow instance creation in an AI zone. To include an AI zone in bulkInsert operations, use the locationPolicy.zones[] field.
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::LocationPolicyLocation}) — Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a. The bulkInsert operation doesn't create instances in an AI zone, even if an AI zone is available in the specified region. For example, if you set a DENY preference for us-central1-a, Compute Engine will consider us-central1-b and us-central1-c for instance creation, but not us-central1-ai1a. Also, you can't use the locations[] configuration to allow instance creation in an AI zone. To include an AI zone in bulkInsert operations, use the locationPolicy.zones[] field.
#target_shape
def target_shape() -> ::String
Returns
- (::String) — Strategy for distributing VMs across zones in a region. Check the TargetShape enum for the list of possible values.
#target_shape=
def target_shape=(value) -> ::String
Parameter
- value (::String) — Strategy for distributing VMs across zones in a region. Check the TargetShape enum for the list of possible values.
Returns
- (::String) — Strategy for distributing VMs across zones in a region. Check the TargetShape enum for the list of possible values.
#zones
def zones() -> ::Array<::Google::Cloud::Compute::V1::LocationPolicyZoneConfiguration>
Returns
- (::Array<::Google::Cloud::Compute::V1::LocationPolicyZoneConfiguration>) — The bulkInsert operation applies any preferences set in the locations field to the specific zones listed in the zones field if the same zones are specified in both fields.
#zones=
def zones=(value) -> ::Array<::Google::Cloud::Compute::V1::LocationPolicyZoneConfiguration>
Parameter
- value (::Array<::Google::Cloud::Compute::V1::LocationPolicyZoneConfiguration>) — The bulkInsert operation applies any preferences set in the locations field to the specific zones listed in the zones field if the same zones are specified in both fields.
Returns
- (::Array<::Google::Cloud::Compute::V1::LocationPolicyZoneConfiguration>) — The bulkInsert operation applies any preferences set in the locations field to the specific zones listed in the zones field if the same zones are specified in both fields.