GoogleApi.VMMigration.V1.Model.ReplicationCycle (google_api_vm_migration v0.3.0) View Source
ReplicationCycle contains information about the current replication cycle status.
Attributes
-
progressPercent(type:integer(), default:nil) - The current progress in percentage of this cycle. -
startTime(type:DateTime.t, default:nil) - The time the replication cycle has started.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.VMMigration.V1.Model.ReplicationCycle{
progressPercent: integer() | nil,
startTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.