GoogleApi.DeploymentManager.V2.Model.InstancesBulkInsertOperationMetadata (google_api_deployment_manager v0.23.0)

View Source

Attributes

  • 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

t()

@type t() ::
  %GoogleApi.DeploymentManager.V2.Model.InstancesBulkInsertOperationMetadata{
    machineType: String.t() | nil,
    perLocationStatus:
      %{
        optional(String.t()) =>
          GoogleApi.DeploymentManager.V2.Model.BulkInsertOperationStatus.t()
      }
      | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.