- 1.91.0 (latest)
- 1.90.0
- 1.88.0
- 1.86.0
- 1.85.0
- 1.84.0
- 1.83.0
- 1.82.0
- 1.80.0
- 1.78.0
- 1.77.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.69.0
- 1.68.0
- 1.67.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public enum ManagedInstance.CurrentAction extends Enum<ManagedInstance.CurrentAction> implements ProtocolMessageEnumOutput only. [Output Only] The current action that the managed instance group has scheduled for the instance. Possible values:
- NONE The instance is running, and the managed
instance group does not have any scheduled actions for this instance.
- CREATING The managed instance group is creating this
instance. If the group fails to create this instance, it will try again
until it is successful.
- CREATING_WITHOUT_RETRIES The managed instance group
is attempting to create this instance only once. If the group fails
to create this instance, it does not try again and the group'stargetSize value is decreased instead.
- RECREATING The managed instance group is recreating
this instance.
- DELETING The managed instance group is permanently
deleting this instance.
- ABANDONING The managed instance group is abandoning
this instance. The instance will be removed from the instance group
and from any target pools that are associated with this group.
- RESTARTING The managed instance group is restarting
the instance.
- REFRESHING The managed instance group is applying
configuration changes to the instance without stopping it. For example,
the group can update the target pool list for an instance without
stopping that instance.
- VERIFYING The managed instance group has created the
instance and it is in the process of being verified.
Additional supported values which may be not listed in the enum directly due to technical reasons: STOPPING SUSPENDING
Protobuf enum google.cloud.compute.v1.ManagedInstance.CurrentAction
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ABANDONING |
The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group. |
ABANDONING_VALUE |
The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group. |
CREATING |
The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful. |
CREATING_VALUE |
The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful. |
CREATING_WITHOUT_RETRIES |
The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased. |
CREATING_WITHOUT_RETRIES_VALUE |
The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased. |
DELETING |
The managed instance group is permanently deleting this instance. |
DELETING_VALUE |
The managed instance group is permanently deleting this instance. |
NONE |
The managed instance group has not scheduled any actions for this instance. |
NONE_VALUE |
The managed instance group has not scheduled any actions for this instance. |
RECREATING |
The managed instance group is recreating this instance. |
RECREATING_VALUE |
The managed instance group is recreating this instance. |
REFRESHING |
The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance. |
REFRESHING_VALUE |
The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance. |
RESTARTING |
The managed instance group is restarting this instance. |
RESTARTING_VALUE |
The managed instance group is restarting this instance. |
RESUMING |
The managed instance group is resuming this instance. |
RESUMING_VALUE |
The managed instance group is resuming this instance. |
STARTING |
The managed instance group is starting this instance. |
STARTING_VALUE |
The managed instance group is starting this instance. |
UNDEFINED_CURRENT_ACTION |
A value indicating that the enum field is not set. |
UNDEFINED_CURRENT_ACTION_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
VERIFYING |
The managed instance group is verifying this already created instance. Verification happens every time the instance is (re)created or restarted and consists of:
|
VERIFYING_VALUE |
The managed instance group is verifying this already created instance. Verification happens every time the instance is (re)created or restarted and consists of:
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|