GoogleApi.DeploymentManager.V2.Model.InstancesBulkInsertOperationMetadata (google_api_deployment_manager v0.23.0)
View SourceAttributes
-
machineType
(type:String.t
, default:nil
) - [Output Only] The machine type of the VMs that were created used internally only by KCP flex bulk insert. -
perLocationStatus
(type:%{optional(String.t) => GoogleApi.DeploymentManager.V2.Model.BulkInsertOperationStatus.t}
, default:nil
) - Status information per location (location name is key). Example key: zones/us-central1-a
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DeploymentManager.V2.Model.InstancesBulkInsertOperationMetadata{ machineType: String.t() | nil, perLocationStatus: %{ optional(String.t()) => GoogleApi.DeploymentManager.V2.Model.BulkInsertOperationStatus.t() } | nil }