Variable GcpAvailabilityConst
GcpAvailability: {
ON_DEMAND_GCP: "ON_DEMAND_GCP";
PREEMPTIBLE_GCP: "PREEMPTIBLE_GCP";
PREEMPTIBLE_WITH_FALLBACK_GCP: "PREEMPTIBLE_WITH_FALLBACK_GCP";
} = ...
Type Declaration
ReadonlyON_DEMAND_GCP: "ON_DEMAND_GCP"
ReadonlyPREEMPTIBLE_GCP: "PREEMPTIBLE_GCP"
ReadonlyPREEMPTIBLE_WITH_FALLBACK_GCP: "PREEMPTIBLE_WITH_FALLBACK_GCP"
This field determines whether the instance pool will contain preemptible VMs, on-demand VMs, or preemptible VMs with a fallback to on-demand VMs if the former is unavailable.