Class LocationPolicy
Configuration for location policy among multiple possible locations (e.g. preferences for zone selection among zones in a single region).
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class LocationPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Locations
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.
Declaration
[JsonProperty("locations")]
public virtual IDictionary<string, LocationPolicyLocation> Locations { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, LocationPolicyLocation> |
TargetShape
Strategy for distributing VMs across zones in a region.
Declaration
[JsonProperty("targetShape")]
public virtual string TargetShape { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Zones
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.
Declaration
[JsonProperty("zones")]
public virtual IList<LocationPolicyZoneConfiguration> Zones { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<LocationPolicyZoneConfiguration> |