Class ManagedInstanceCurrentActionDetails
Inheritance
ManagedInstanceCurrentActionDetails
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ManagedInstanceCurrentActionDetails : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
MethodName
Declaration
[JsonProperty("methodName")]
public virtual string MethodName { get; set; }
Property Value
Trigger
Output only. [Output Only] Details of the current action that the managed instance group has scheduled for
the instance. Contains trigger for the current action, and methodName in case it was triggered by API call.
Possible values for trigger: - API Any API call. - PROACTIVE_UPDATE Proactive updater scheduled an
update on this managed instance. - AUTOSCALING Instance being deleted/created after a decision from
the Autoscaler. - REDISTRIBUTION The regional managed instance group is moving instances between zones
to restore balance. - STANDBY_REFILL The managed instance group is refilling the Standby Pool
(stopped/suspended virtual machines) after scale up. - MAINTENANCE Manual maintenance. -
FAILED_CREATION The managed instance group is handling failed instance creation. - INSTANCE_FAILURE
The managed instance group is handling instance failure, according to the Instance Lifecycle Policy.
- FAILED_HEALTH_CHECK The managed instance group is handling failed health check, according to the
Instance Lifecycle Policy. - TERMINATION_TIMESTAMP Instance reached termination time, thus managed
instance group stops/deletes it.
Declaration
[JsonProperty("trigger")]
public virtual string Trigger { get; set; }
Property Value
Implements