@Generated(value="by GAPIC") @BetaApi public final class InstanceGroupManagerActionsSummary extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
InstanceGroupManagerActionsSummary.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getAbandoning()
[Output Only] The total number of instances in the managed instance group that are scheduled to
be abandoned.
|
ApiMessage |
getApiMessageRequestBody() |
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.
|
static InstanceGroupManagerActionsSummary |
getDefaultInstance() |
Integer |
getDeleting()
[Output Only] The number of instances in the managed instance group that are scheduled to be
deleted or are currently being deleted.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
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.
|
int |
hashCode() |
static InstanceGroupManagerActionsSummary.Builder |
newBuilder() |
static InstanceGroupManagerActionsSummary.Builder |
newBuilder(InstanceGroupManagerActionsSummary prototype) |
InstanceGroupManagerActionsSummary.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public Integer getAbandoning()
public Integer getCreating()
If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.
public Integer getCreatingWithoutRetries()
public Integer getDeleting()
public Integer getNone()
public Integer getRecreating()
public Integer getRefreshing()
public Integer getRestarting()
public Integer getVerifying()
public static InstanceGroupManagerActionsSummary.Builder newBuilder()
public static InstanceGroupManagerActionsSummary.Builder newBuilder(InstanceGroupManagerActionsSummary prototype)
public InstanceGroupManagerActionsSummary.Builder toBuilder()
public static InstanceGroupManagerActionsSummary getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.