View Source GoogleApi.Compute.V1.Model.BulkInsertOperationStatus (google_api_compute v0.56.2)

Attributes

  • createdVmCount (type: integer(), default: nil) - [Output Only] Count of VMs successfully created so far.
  • deletedVmCount (type: integer(), default: nil) - [Output Only] Count of VMs that got deleted during rollback.
  • failedToCreateVmCount (type: integer(), default: nil) - [Output Only] Count of VMs that started creating but encountered an error.
  • status (type: String.t, default: nil) - [Output Only] Creation status of BulkInsert operation - information if the flow is rolling forward or rolling back.
  • targetVmCount (type: integer(), default: nil) - [Output Only] Count of VMs originally planned to be created.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.BulkInsertOperationStatus{
  createdVmCount: integer() | nil,
  deletedVmCount: integer() | nil,
  failedToCreateVmCount: integer() | nil,
  status: String.t() | nil,
  targetVmCount: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.