Class: Google::Cloud::Compute::V1::InstanceGroupManagerActionsSummary
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::InstanceGroupManagerActionsSummary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#abandoning ⇒ ::Integer
[Output Only] The total number of instances in the managed instance group that are scheduled to be abandoned.
-
#creating ⇒ ::Integer
[Output Only] The number of instances in the managed instance group that are scheduled to be created or are currently being created.
-
#creating_without_retries ⇒ ::Integer
[Output Only] The number of instances that the managed instance group will attempt to create.
-
#deleting ⇒ ::Integer
[Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
-
#none ⇒ ::Integer
[Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.
-
#recreating ⇒ ::Integer
[Output Only] The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated.
-
#refreshing ⇒ ::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.
-
#restarting ⇒ ::Integer
[Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
-
#resuming ⇒ ::Integer
[Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
-
#starting ⇒ ::Integer
[Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.
-
#stopping ⇒ ::Integer
[Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
-
#suspending ⇒ ::Integer
[Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
-
#verifying ⇒ ::Integer
[Output Only] The number of instances in the managed instance group that are being verified.
Instance Attribute Details
#abandoning ⇒ ::Integer
Returns [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.
13863 13864 13865 13866 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13863 class InstanceGroupManagerActionsSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#creating ⇒ ::Integer
Returns [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.
13863 13864 13865 13866 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13863 class InstanceGroupManagerActionsSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#creating_without_retries ⇒ ::Integer
Returns [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.
13863 13864 13865 13866 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13863 class InstanceGroupManagerActionsSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deleting ⇒ ::Integer
Returns [Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
13863 13864 13865 13866 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13863 class InstanceGroupManagerActionsSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#none ⇒ ::Integer
Returns [Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.
13863 13864 13865 13866 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13863 class InstanceGroupManagerActionsSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#recreating ⇒ ::Integer
Returns [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.
13863 13864 13865 13866 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13863 class InstanceGroupManagerActionsSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#refreshing ⇒ ::Integer
Returns [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.
13863 13864 13865 13866 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13863 class InstanceGroupManagerActionsSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#restarting ⇒ ::Integer
Returns [Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
13863 13864 13865 13866 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13863 class InstanceGroupManagerActionsSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resuming ⇒ ::Integer
Returns [Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
13863 13864 13865 13866 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13863 class InstanceGroupManagerActionsSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#starting ⇒ ::Integer
Returns [Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.
13863 13864 13865 13866 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13863 class InstanceGroupManagerActionsSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#stopping ⇒ ::Integer
Returns [Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
13863 13864 13865 13866 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13863 class InstanceGroupManagerActionsSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#suspending ⇒ ::Integer
Returns [Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
13863 13864 13865 13866 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13863 class InstanceGroupManagerActionsSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verifying ⇒ ::Integer
Returns [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.
13863 13864 13865 13866 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13863 class InstanceGroupManagerActionsSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |