All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.BulkInsertOperationStatus.html Maven / Gradle / Ivy

There is a newer version: v1-rev20250320-2.0.0
Show newest version






BulkInsertOperationStatus (Compute Engine API v1-rev20250107-2.0.0)












com.google.api.services.compute.model

Class BulkInsertOperationStatus

    • Constructor Detail

      • BulkInsertOperationStatus

        public BulkInsertOperationStatus()
    • 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

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy