public final class InstanceGroupManagerActionsSummary extends 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
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
InstanceGroupManagerActionsSummary() |
Modifier and Type | Method and Description |
---|---|
InstanceGroupManagerActionsSummary |
clone() |
Integer |
getAbandoning()
[Output Only] The total number of instances in the managed instance group that are scheduled to
be abandoned.
|
Integer |
getCreating()
[Output Only] The number of instances in the managed instance group that are scheduled to be
created or are currently being created.
|
Integer |
getCreatingWithoutRetries()
[Output Only] The number of instances that the managed instance group will attempt to create.
|
Integer |
getDeleting()
[Output Only] The number of instances in the managed instance group that are scheduled to be
deleted or are currently being deleted.
|
Integer |
getNone()
[Output Only] The number of instances in the managed instance group that are running and have
no scheduled actions.
|
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.
|
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.
|
Integer |
getRestarting()
[Output Only] The number of instances in the managed instance group that are scheduled to be
restarted or are currently being restarted.
|
Integer |
getVerifying()
[Output Only] The number of instances in the managed instance group that are being verified.
|
InstanceGroupManagerActionsSummary |
set(String fieldName,
Object value) |
InstanceGroupManagerActionsSummary |
setAbandoning(Integer abandoning)
[Output Only] The total number of instances in the managed instance group that are scheduled to
be abandoned.
|
InstanceGroupManagerActionsSummary |
setCreating(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(Integer creatingWithoutRetries)
[Output Only] The number of instances that the managed instance group will attempt to create.
|
InstanceGroupManagerActionsSummary |
setDeleting(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(Integer none)
[Output Only] The number of instances in the managed instance group that are running and have
no scheduled actions.
|
InstanceGroupManagerActionsSummary |
setRecreating(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(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(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(Integer verifying)
[Output Only] The number of instances in the managed instance group that are being verified.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Integer getAbandoning()
null
for nonepublic InstanceGroupManagerActionsSummary setAbandoning(Integer abandoning)
abandoning
- abandoning or null
for nonepublic Integer getCreating()
null
for nonepublic InstanceGroupManagerActionsSummary setCreating(Integer creating)
creating
- creating or null
for nonepublic Integer getCreatingWithoutRetries()
null
for nonepublic InstanceGroupManagerActionsSummary setCreatingWithoutRetries(Integer creatingWithoutRetries)
creatingWithoutRetries
- creatingWithoutRetries or null
for nonepublic Integer getDeleting()
null
for nonepublic InstanceGroupManagerActionsSummary setDeleting(Integer deleting)
deleting
- deleting or null
for nonepublic Integer getNone()
null
for nonepublic InstanceGroupManagerActionsSummary setNone(Integer none)
none
- none or null
for nonepublic Integer getRecreating()
null
for nonepublic InstanceGroupManagerActionsSummary setRecreating(Integer recreating)
recreating
- recreating or null
for nonepublic Integer getRefreshing()
null
for nonepublic InstanceGroupManagerActionsSummary setRefreshing(Integer refreshing)
refreshing
- refreshing or null
for nonepublic Integer getRestarting()
null
for nonepublic InstanceGroupManagerActionsSummary setRestarting(Integer restarting)
restarting
- restarting or null
for nonepublic Integer getVerifying()
null
for nonepublic InstanceGroupManagerActionsSummary setVerifying(Integer verifying)
verifying
- verifying or null
for nonepublic InstanceGroupManagerActionsSummary set(String fieldName, Object value)
set
in class GenericJson
public InstanceGroupManagerActionsSummary clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.