Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 357 Bytes

V1GuestAgentCommandInfo.md

File metadata and controls

20 lines (14 loc) · 357 Bytes

Kubevirt::V1GuestAgentCommandInfo

Properties

Name Type Description Notes
enabled Boolean [optional]
name String [default to '']

Example

require 'kubevirt'

instance = Kubevirt::V1GuestAgentCommandInfo.new(
  enabled: null,
  name: null
)