Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::LocationPolicy (v2.8.0)

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.

#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.
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.

#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.