LocationPolicyTargetShape

enum LocationPolicyTargetShape : Enum<LocationPolicyTargetShape> , ConvertibleToJava<LocationPolicyTargetShape>

Strategy for distributing VMs across zones in a region.

Entries

Link copied to clipboard

GCE picks zones for creating VM instances to fulfill the requested number of VMs within present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads that do not require high availability.

Link copied to clipboard

GCE always selects a single zone for all the VMs, optimizing for resource quotas, available reservations and general capacity. Recommended for batch workloads that cannot tollerate distribution over multiple zones. This the default shape in Bulk Insert and Capacity Advisor APIs.

Link copied to clipboard

GCE prioritizes acquisition of resources, scheduling VMs in zones where resources are available while distributing VMs as evenly as possible across allowed zones to minimize the impact of zonal failure. Recommended for highly available serving workloads.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): LocationPolicyTargetShape
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: LocationPolicyTargetShape
Link copied to clipboard
Link copied to clipboard