Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 354 Bytes

V1VolumeUpdateState.md

File metadata and controls

18 lines (12 loc) · 354 Bytes

Kubevirt::V1VolumeUpdateState

Properties

Name Type Description Notes
volume_migration_state V1VolumeMigrationState [optional]

Example

require 'kubevirt'

instance = Kubevirt::V1VolumeUpdateState.new(
  volume_migration_state: null
)