Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::InstanceGroupManagerActionsSummary (v1.5.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InstanceGroupManagerActionsSummary.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#abandoning

def abandoning() -> ::Integer
Returns
  • (::Integer) — [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.

#abandoning=

def abandoning=(value) -> ::Integer
Parameter
  • value (::Integer) — [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.
Returns
  • (::Integer) — [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

def creating() -> ::Integer
Returns
  • (::Integer) — [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.

#creating=

def creating=(value) -> ::Integer
Parameter
  • value (::Integer) — [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.
Returns
  • (::Integer) — [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.

#creating_without_retries

def creating_without_retries() -> ::Integer
Returns
  • (::Integer) — [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.

#creating_without_retries=

def creating_without_retries=(value) -> ::Integer
Parameter
  • value (::Integer) — [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.
Returns
  • (::Integer) — [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

def deleting() -> ::Integer
Returns
  • (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.

#deleting=

def deleting=(value) -> ::Integer
Parameter
  • value (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
Returns
  • (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.

#none

def none() -> ::Integer
Returns
  • (::Integer) — [Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.

#none=

def none=(value) -> ::Integer
Parameter
  • value (::Integer) — [Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.
Returns
  • (::Integer) — [Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.

#recreating

def recreating() -> ::Integer
Returns
  • (::Integer) — [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.

#recreating=

def recreating=(value) -> ::Integer
Parameter
  • value (::Integer) — [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.
Returns
  • (::Integer) — [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

def refreshing() -> ::Integer
Returns
  • (::Integer) — [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.

#refreshing=

def refreshing=(value) -> ::Integer
Parameter
  • value (::Integer) — [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.
Returns
  • (::Integer) — [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

def restarting() -> ::Integer
Returns
  • (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.

#restarting=

def restarting=(value) -> ::Integer
Parameter
  • value (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
Returns
  • (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.

#resuming

def resuming() -> ::Integer
Returns
  • (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.

#resuming=

def resuming=(value) -> ::Integer
Parameter
  • value (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
Returns
  • (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.

#starting

def starting() -> ::Integer
Returns
  • (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.

#starting=

def starting=(value) -> ::Integer
Parameter
  • value (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.
Returns
  • (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.

#stopping

def stopping() -> ::Integer
Returns
  • (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.

#stopping=

def stopping=(value) -> ::Integer
Parameter
  • value (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
Returns
  • (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.

#suspending

def suspending() -> ::Integer
Returns
  • (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.

#suspending=

def suspending=(value) -> ::Integer
Parameter
  • value (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
Returns
  • (::Integer) — [Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.

#verifying

def verifying() -> ::Integer
Returns
  • (::Integer) — [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.

#verifying=

def verifying=(value) -> ::Integer
Parameter
  • value (::Integer) — [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.
Returns
  • (::Integer) — [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.