public final class InstanceGroupManagerActionsSummary
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
InstanceGroupManagerActionsSummary() |
Modifier and Type | Method and Description |
---|---|
InstanceGroupManagerActionsSummary |
clone() |
java.lang.Integer |
getAbandoning()
[Output Only] The total number of instances in the managed instance group that are scheduled to
be abandoned.
|
java.lang.Integer |
getCreating()
[Output Only] The number of instances in the managed instance group that are scheduled to be
created or are currently being created.
|
java.lang.Integer |
getCreatingWithoutRetries()
[Output Only] The number of instances that the managed instance group will attempt to create.
|
java.lang.Integer |
getDeleting()
[Output Only] The number of instances in the managed instance group that are scheduled to be
deleted or are currently being deleted.
|
java.lang.Integer |
getNone()
[Output Only] The number of instances in the managed instance group that are running and have
no scheduled actions.
|
java.lang.Integer |
getRecreating()
[Output Only] The number of instances in the managed instance group that are scheduled to be
recreated or are currently being being recreated.
|
java.lang.Integer |
getRefreshing()
[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.
|
java.lang.Integer |
getRestarting()
[Output Only] The number of instances in the managed instance group that are scheduled to be
restarted or are currently being restarted.
|
java.lang.Integer |
getVerifying()
[Output Only] The number of instances in the managed instance group that are being verified.
|
InstanceGroupManagerActionsSummary |
set(java.lang.String fieldName,
java.lang.Object value) |
InstanceGroupManagerActionsSummary |
setAbandoning(java.lang.Integer abandoning)
[Output Only] The total number of instances in the managed instance group that are scheduled to
be abandoned.
|
InstanceGroupManagerActionsSummary |
setCreating(java.lang.Integer creating)
[Output Only] The number of instances in the managed instance group that are scheduled to be
created or are currently being created.
|
InstanceGroupManagerActionsSummary |
setCreatingWithoutRetries(java.lang.Integer creatingWithoutRetries)
[Output Only] The number of instances that the managed instance group will attempt to create.
|
InstanceGroupManagerActionsSummary |
setDeleting(java.lang.Integer deleting)
[Output Only] The number of instances in the managed instance group that are scheduled to be
deleted or are currently being deleted.
|
InstanceGroupManagerActionsSummary |
setNone(java.lang.Integer none)
[Output Only] The number of instances in the managed instance group that are running and have
no scheduled actions.
|
InstanceGroupManagerActionsSummary |
setRecreating(java.lang.Integer recreating)
[Output Only] The number of instances in the managed instance group that are scheduled to be
recreated or are currently being being recreated.
|
InstanceGroupManagerActionsSummary |
setRefreshing(java.lang.Integer refreshing)
[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.
|
InstanceGroupManagerActionsSummary |
setRestarting(java.lang.Integer restarting)
[Output Only] The number of instances in the managed instance group that are scheduled to be
restarted or are currently being restarted.
|
InstanceGroupManagerActionsSummary |
setVerifying(java.lang.Integer verifying)
[Output Only] The number of instances in the managed instance group that are being verified.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Integer getAbandoning()
null
for nonepublic InstanceGroupManagerActionsSummary setAbandoning(java.lang.Integer abandoning)
abandoning
- abandoning or null
for nonepublic java.lang.Integer getCreating()
null
for nonepublic InstanceGroupManagerActionsSummary setCreating(java.lang.Integer creating)
creating
- creating or null
for nonepublic java.lang.Integer getCreatingWithoutRetries()
null
for nonepublic InstanceGroupManagerActionsSummary setCreatingWithoutRetries(java.lang.Integer creatingWithoutRetries)
creatingWithoutRetries
- creatingWithoutRetries or null
for nonepublic java.lang.Integer getDeleting()
null
for nonepublic InstanceGroupManagerActionsSummary setDeleting(java.lang.Integer deleting)
deleting
- deleting or null
for nonepublic java.lang.Integer getNone()
null
for nonepublic InstanceGroupManagerActionsSummary setNone(java.lang.Integer none)
none
- none or null
for nonepublic java.lang.Integer getRecreating()
null
for nonepublic InstanceGroupManagerActionsSummary setRecreating(java.lang.Integer recreating)
recreating
- recreating or null
for nonepublic java.lang.Integer getRefreshing()
null
for nonepublic InstanceGroupManagerActionsSummary setRefreshing(java.lang.Integer refreshing)
refreshing
- refreshing or null
for nonepublic java.lang.Integer getRestarting()
null
for nonepublic InstanceGroupManagerActionsSummary setRestarting(java.lang.Integer restarting)
restarting
- restarting or null
for nonepublic java.lang.Integer getVerifying()
null
for nonepublic InstanceGroupManagerActionsSummary setVerifying(java.lang.Integer verifying)
verifying
- verifying or null
for nonepublic InstanceGroupManagerActionsSummary set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public InstanceGroupManagerActionsSummary clone()
clone
in class com.google.api.client.json.GenericJson