target.apidocs.com.google.api.services.deploymentmanager.model.BulkInsertOperationStatus.html Maven / Gradle / Ivy
The newest version!
BulkInsertOperationStatus (Cloud Deployment Manager V2 API v2-rev20241122-2.0.0)
com.google.api.services.deploymentmanager.model
Class BulkInsertOperationStatus
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.deploymentmanager.model.BulkInsertOperationStatus
-
public final class BulkInsertOperationStatus
extends com.google.api.client.json.GenericJson
Model definition for BulkInsertOperationStatus.
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
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
BulkInsertOperationStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getCreatedVmCount
public Integer getCreatedVmCount()
[Output Only] Count of VMs successfully created so far.
- Returns:
- value or
null
for none
-
setCreatedVmCount
public BulkInsertOperationStatus setCreatedVmCount(Integer createdVmCount)
[Output Only] Count of VMs successfully created so far.
- Parameters:
createdVmCount
- createdVmCount or null
for none
-
getDeletedVmCount
public Integer getDeletedVmCount()
[Output Only] Count of VMs that got deleted during rollback.
- Returns:
- value or
null
for none
-
setDeletedVmCount
public BulkInsertOperationStatus setDeletedVmCount(Integer deletedVmCount)
[Output Only] Count of VMs that got deleted during rollback.
- Parameters:
deletedVmCount
- deletedVmCount or null
for none
-
getFailedToCreateVmCount
public Integer getFailedToCreateVmCount()
[Output Only] Count of VMs that started creating but encountered an error.
- Returns:
- value or
null
for none
-
setFailedToCreateVmCount
public BulkInsertOperationStatus setFailedToCreateVmCount(Integer failedToCreateVmCount)
[Output Only] Count of VMs that started creating but encountered an error.
- Parameters:
failedToCreateVmCount
- failedToCreateVmCount or null
for none
-
getStatus
public String getStatus()
[Output Only] Creation status of BulkInsert operation - information if the flow is rolling
forward or rolling back.
- Returns:
- value or
null
for none
-
setStatus
public BulkInsertOperationStatus setStatus(String status)
[Output Only] Creation status of BulkInsert operation - information if the flow is rolling
forward or rolling back.
- Parameters:
status
- status or null
for none
-
getTargetVmCount
public Integer getTargetVmCount()
[Output Only] Count of VMs originally planned to be created.
- Returns:
- value or
null
for none
-
setTargetVmCount
public BulkInsertOperationStatus setTargetVmCount(Integer targetVmCount)
[Output Only] Count of VMs originally planned to be created.
- Parameters:
targetVmCount
- targetVmCount or null
for none
-
set
public BulkInsertOperationStatus set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public BulkInsertOperationStatus clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy