GoogleApi.VMMigration.V1.Model.ReplicatingStep (google_api_vm_migration v0.11.0)

View Source

ReplicatingStep contains specific step details.

Attributes

  • lastThirtyMinutesAverageBytesPerSecond (type: String.t, default: nil) - The source disks replication rate for the last 30 minutes in bytes per second.
  • lastTwoMinutesAverageBytesPerSecond (type: String.t, default: nil) - The source disks replication rate for the last 2 minutes in bytes per second.
  • replicatedBytes (type: String.t, default: nil) - Replicated bytes in the step.
  • totalBytes (type: String.t, default: nil) - Total bytes to be handled in the step.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMMigration.V1.Model.ReplicatingStep{
  lastThirtyMinutesAverageBytesPerSecond: String.t() | nil,
  lastTwoMinutesAverageBytesPerSecond: String.t() | nil,
  replicatedBytes: String.t() | nil,
  totalBytes: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.