Compute Engine v1 API - Class InstanceGroupManagerInstanceLifecyclePolicy (2.13.0)

public sealed class InstanceGroupManagerInstanceLifecyclePolicy : IMessage<InstanceGroupManagerInstanceLifecyclePolicy>, IEquatable<InstanceGroupManagerInstanceLifecyclePolicy>, IDeepCloneable<InstanceGroupManagerInstanceLifecyclePolicy>, IBufferMessage, IMessage

Inheritance

object > InstanceGroupManagerInstanceLifecyclePolicy

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InstanceGroupManagerInstanceLifecyclePolicy()

public InstanceGroupManagerInstanceLifecyclePolicy()

InstanceGroupManagerInstanceLifecyclePolicy(InstanceGroupManagerInstanceLifecyclePolicy)

public InstanceGroupManagerInstanceLifecyclePolicy(InstanceGroupManagerInstanceLifecyclePolicy other)
Parameter
NameDescription
otherInstanceGroupManagerInstanceLifecyclePolicy

Properties

ForceUpdateOnRepair

public string ForceUpdateOnRepair { get; set; }

A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair. Check the ForceUpdateOnRepair enum for the list of possible values.

Property Value
TypeDescription
string

HasForceUpdateOnRepair

public bool HasForceUpdateOnRepair { get; }

Gets whether the "force_update_on_repair" field is set

Property Value
TypeDescription
bool