LocationPolicyResponse

data class LocationPolicyResponse(val locations: Map<String, String>, val targetShape: String)

Configuration for location policy among multiple possible locations (e.g. preferences for zone selection among zones in a single region).

Constructors

Link copied to clipboard
constructor(locations: Map<String, String>, targetShape: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

Strategy for distributing VMs across zones in a region.