Show / Hide Table of Contents

Class HaControllerZoneConfiguration

Config for a zone that the HaController may use for running the VM instance.

Inheritance
object
HaControllerZoneConfiguration
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX