Class BulkInsertOperationStatus
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class BulkInsertOperationStatus : IDirectResponseSchema
Properties
CreatedVmCount
[Output Only] Count of VMs successfully created so far.
Declaration
[JsonProperty("createdVmCount")]
public virtual int? CreatedVmCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
DeletedVmCount
[Output Only] Count of VMs that got deleted during rollback.
Declaration
[JsonProperty("deletedVmCount")]
public virtual int? DeletedVmCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FailedToCreateVmCount
[Output Only] Count of VMs that started creating but encountered an error.
Declaration
[JsonProperty("failedToCreateVmCount")]
public virtual int? FailedToCreateVmCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
Status
[Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetVmCount
[Output Only] Count of VMs originally planned to be created.
Declaration
[JsonProperty("targetVmCount")]
public virtual int? TargetVmCount { get; set; }
Property Value
Type | Description |
---|---|
int? |