Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 795 Bytes

File metadata and controls

20 lines (14 loc) · 795 Bytes

Kubevirt::V1VirtualMachineInstanceMigrationPhaseTransitionTimestamp

Properties

Name Type Description Notes
phase String Phase is the status of the VirtualMachineInstanceMigrationPhase in kubernetes world. It is not the VirtualMachineInstanceMigrationPhase status, but partially correlates to it. [optional]
phase_transition_timestamp Time Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. [optional]

Example

require 'kubevirt'

instance = Kubevirt::V1VirtualMachineInstanceMigrationPhaseTransitionTimestamp.new(
  phase: null,
  phase_transition_timestamp: null
)