Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 637 Bytes

File metadata and controls

22 lines (16 loc) · 637 Bytes

Kubevirt::V1VirtualMachineInstanceGuestOSUser

Properties

Name Type Description Notes
domain String [optional]
login_time Float Time of login of this user on the computer. If multiple instances of the user are logged in, the earliest login time is reported. The value is in fractional seconds since epoch time. [optional]
user_name String [default to '']

Example

require 'kubevirt'

instance = Kubevirt::V1VirtualMachineInstanceGuestOSUser.new(
  domain: null,
  login_time: null,
  user_name: null
)