View Source GoogleApi.Compute.V1.Model.InstanceGroupManagerActionsSummary (google_api_compute v0.56.2)

Attributes

  • abandoning (type: integer(), default: nil) - [Output Only] The total number of instances in the managed instance group that are scheduled to be abandoned. Abandoning an instance removes it from the managed instance group without deleting it.
  • creating (type: integer(), default: nil) - [Output Only] The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully. If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.
  • creatingWithoutRetries (type: integer(), default: nil) - [Output Only] The number of instances that the managed instance group will attempt to create. The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.
  • deleting (type: integer(), default: nil) - [Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
  • none (type: integer(), default: nil) - [Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.
  • recreating (type: integer(), default: nil) - [Output Only] The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated. Recreating an instance deletes the existing root persistent disk and creates a new disk from the image that is defined in the instance template.
  • refreshing (type: integer(), default: nil) - [Output Only] The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action. For example, setting or removing target pools for the instance.
  • restarting (type: integer(), default: nil) - [Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
  • resuming (type: integer(), default: nil) - [Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
  • starting (type: integer(), default: nil) - [Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.
  • stopping (type: integer(), default: nil) - [Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
  • suspending (type: integer(), default: nil) - [Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
  • verifying (type: integer(), default: nil) - [Output Only] The number of instances in the managed instance group that are being verified. See the managedInstances[].currentAction property in the listManagedInstances method documentation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InstanceGroupManagerActionsSummary{
  abandoning: integer() | nil,
  creating: integer() | nil,
  creatingWithoutRetries: integer() | nil,
  deleting: integer() | nil,
  none: integer() | nil,
  recreating: integer() | nil,
  refreshing: integer() | nil,
  restarting: integer() | nil,
  resuming: integer() | nil,
  starting: integer() | nil,
  stopping: integer() | nil,
  suspending: integer() | nil,
  verifying: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.