| Name | Type | Description | Notes |
|---|---|---|---|
| phase | String | Phase is the status of the VirtualMachineInstance in kubernetes world. It is not the VirtualMachineInstance 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] |
require 'kubevirt'
instance = Kubevirt::V1VirtualMachineInstancePhaseTransitionTimestamp.new(
phase: null,
phase_transition_timestamp: null
)