Show / Hide Table of Contents

Class BulkInsertOperationStatus

Inheritance
object
BulkInsertOperationStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DeploymentManager.v2beta.Data
Assembly: Google.Apis.DeploymentManager.v2beta.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX