Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 357 Bytes

File metadata and controls

18 lines (12 loc) · 357 Bytes

Kubevirt::V1I6300ESBWatchdog

Properties

Name Type Description Notes
action String The action to take. Valid values are poweroff, reset, shutdown. Defaults to reset. [optional]

Example

require 'kubevirt'

instance = Kubevirt::V1I6300ESBWatchdog.new(
  action: null
)