public static class InstanceGroupManagerActionsSummary.Builder extends Object
Modifier and Type | Method and Description |
---|---|
InstanceGroupManagerActionsSummary |
build() |
InstanceGroupManagerActionsSummary.Builder |
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.Builder |
mergeFrom(InstanceGroupManagerActionsSummary other) |
InstanceGroupManagerActionsSummary.Builder |
setAbandoning(Integer abandoning)
[Output Only] The total number of instances in the managed instance group that are scheduled
to be abandoned.
|
InstanceGroupManagerActionsSummary.Builder |
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.Builder |
setCreatingWithoutRetries(Integer creatingWithoutRetries)
[Output Only] The number of instances that the managed instance group will attempt to create.
|
InstanceGroupManagerActionsSummary.Builder |
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.Builder |
setNone(Integer none)
[Output Only] The number of instances in the managed instance group that are running and have
no scheduled actions.
|
InstanceGroupManagerActionsSummary.Builder |
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.Builder |
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.Builder |
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.Builder |
setVerifying(Integer verifying)
[Output Only] The number of instances in the managed instance group that are being verified.
|
public InstanceGroupManagerActionsSummary.Builder mergeFrom(InstanceGroupManagerActionsSummary other)
public Integer getAbandoning()
public InstanceGroupManagerActionsSummary.Builder setAbandoning(Integer abandoning)
public Integer getCreating()
If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.
public InstanceGroupManagerActionsSummary.Builder setCreating(Integer creating)
If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.
public Integer getCreatingWithoutRetries()
public InstanceGroupManagerActionsSummary.Builder setCreatingWithoutRetries(Integer creatingWithoutRetries)
public Integer getDeleting()
public InstanceGroupManagerActionsSummary.Builder setDeleting(Integer deleting)
public Integer getNone()
public InstanceGroupManagerActionsSummary.Builder setNone(Integer none)
public Integer getRecreating()
public InstanceGroupManagerActionsSummary.Builder setRecreating(Integer recreating)
public Integer getRefreshing()
public InstanceGroupManagerActionsSummary.Builder setRefreshing(Integer refreshing)
public Integer getRestarting()
public InstanceGroupManagerActionsSummary.Builder setRestarting(Integer restarting)
public Integer getVerifying()
public InstanceGroupManagerActionsSummary.Builder setVerifying(Integer verifying)
public InstanceGroupManagerActionsSummary build()
public InstanceGroupManagerActionsSummary.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.