BulkInsertOperationStatus class
Properties
-
createdVmCount
↔ int?
-
Count of VMs successfully created so far.
getter/setter pair
-
deletedVmCount
↔ int?
-
Count of VMs that got deleted during rollback.
getter/setter pair
-
failedToCreateVmCount
↔ int?
-
Count of VMs that started creating but encountered an error.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
status
↔ String?
-
Creation status of BulkInsert operation - information if the flow is
rolling forward or rolling back.
getter/setter pair
-
targetVmCount
↔ int?
-
Count of VMs originally planned to be created.
getter/setter pair