Show / Hide Table of Contents

Class InstancesBulkInsertOperationMetadata

Inheritance
object
InstancesBulkInsertOperationMetadata
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 InstancesBulkInsertOperationMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MachineType

[Output Only] The machine type of the VMs that were created used internally only by KCP flex bulk insert.

Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }
Property Value
Type Description
string

PerLocationStatus

Status information per location (location name is key). Example key: zones/us-central1-a

Declaration
[JsonProperty("perLocationStatus")]
public virtual IDictionary<string, BulkInsertOperationStatus> PerLocationStatus { get; set; }
Property Value
Type Description
IDictionary<string, BulkInsertOperationStatus>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX