Class HaControllerZoneConfiguration
Config for a zone that the HaController may use for running the VM instance.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class HaControllerZoneConfiguration : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NodeAffinities
A set of node affinity configurations. Refer toConfiguring node affinity for more information. Overrides reservationAffinity.
Declaration
[JsonProperty("nodeAffinities")]
public virtual IList<HaControllerZoneConfigurationNodeAffinity> NodeAffinities { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<HaControllerZoneConfigurationNodeAffinity> |
ReservationAffinity
Specifies the reservations that the instance can consume from.
Declaration
[JsonProperty("reservationAffinity")]
public virtual HaControllerZoneConfigurationReservationAffinity ReservationAffinity { get; set; }
Property Value
| Type | Description |
|---|---|
| HaControllerZoneConfigurationReservationAffinity |