public final class BulkInsertOperationStatus
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 Cloud Deployment Manager V2 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
BulkInsertOperationStatus() |
Modifier and Type | Method and Description |
---|---|
BulkInsertOperationStatus |
clone() |
Integer |
getCreatedVmCount()
[Output Only] Count of VMs successfully created so far.
|
Integer |
getDeletedVmCount()
[Output Only] Count of VMs that got deleted during rollback.
|
Integer |
getFailedToCreateVmCount()
[Output Only] Count of VMs that started creating but encountered an error.
|
String |
getStatus()
[Output Only] Creation status of BulkInsert operation - information if the flow is rolling
forward or rolling back.
|
Integer |
getTargetVmCount()
[Output Only] Count of VMs originally planned to be created.
|
BulkInsertOperationStatus |
set(String fieldName,
Object value) |
BulkInsertOperationStatus |
setCreatedVmCount(Integer createdVmCount)
[Output Only] Count of VMs successfully created so far.
|
BulkInsertOperationStatus |
setDeletedVmCount(Integer deletedVmCount)
[Output Only] Count of VMs that got deleted during rollback.
|
BulkInsertOperationStatus |
setFailedToCreateVmCount(Integer failedToCreateVmCount)
[Output Only] Count of VMs that started creating but encountered an error.
|
BulkInsertOperationStatus |
setStatus(String status)
[Output Only] Creation status of BulkInsert operation - information if the flow is rolling
forward or rolling back.
|
BulkInsertOperationStatus |
setTargetVmCount(Integer targetVmCount)
[Output Only] Count of VMs originally planned to be created.
|
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 getCreatedVmCount()
null
for nonepublic BulkInsertOperationStatus setCreatedVmCount(Integer createdVmCount)
createdVmCount
- createdVmCount or null
for nonepublic Integer getDeletedVmCount()
null
for nonepublic BulkInsertOperationStatus setDeletedVmCount(Integer deletedVmCount)
deletedVmCount
- deletedVmCount or null
for nonepublic Integer getFailedToCreateVmCount()
null
for nonepublic BulkInsertOperationStatus setFailedToCreateVmCount(Integer failedToCreateVmCount)
failedToCreateVmCount
- failedToCreateVmCount or null
for nonepublic String getStatus()
null
for nonepublic BulkInsertOperationStatus setStatus(String status)
status
- status or null
for nonepublic Integer getTargetVmCount()
null
for nonepublic BulkInsertOperationStatus setTargetVmCount(Integer targetVmCount)
targetVmCount
- targetVmCount or null
for nonepublic BulkInsertOperationStatus set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public BulkInsertOperationStatus clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.