Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
InstanceGroupManagerActionsSummary.Builder |
InstanceGroupManagerActionsSummary.Builder.clone() |
InstanceGroupManagerActionsSummary.Builder |
InstanceGroupManagerActionsSummary.Builder.mergeFrom(InstanceGroupManagerActionsSummary other) |
static InstanceGroupManagerActionsSummary.Builder |
InstanceGroupManagerActionsSummary.newBuilder() |
static InstanceGroupManagerActionsSummary.Builder |
InstanceGroupManagerActionsSummary.newBuilder(InstanceGroupManagerActionsSummary prototype) |
InstanceGroupManagerActionsSummary.Builder |
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 |
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 |
InstanceGroupManagerActionsSummary.Builder.setCreatingWithoutRetries(Integer creatingWithoutRetries)
[Output Only] The number of instances that the managed instance group will attempt to create.
|
InstanceGroupManagerActionsSummary.Builder |
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 |
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 |
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 |
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 |
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 |
InstanceGroupManagerActionsSummary.Builder.setVerifying(Integer verifying)
[Output Only] The number of instances in the managed instance group that are being verified.
|
InstanceGroupManagerActionsSummary.Builder |
InstanceGroupManagerActionsSummary.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.