Method: OvirtSDK4::CloudInit#initialize
- Defined in:
- lib/ovirtsdk4/types.rb
#initialize(opts = {}) ⇒ CloudInit
Creates a new instance of the OvirtSDK4::CloudInit class.
1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 |
# File 'lib/ovirtsdk4/types.rb', line 1999 def initialize(opts = {}) super(opts) self. = opts[:authorized_keys] self.files = opts[:files] self.host = opts[:host] self.network_configuration = opts[:network_configuration] self.regenerate_ssh_keys = opts[:regenerate_ssh_keys] self.timezone = opts[:timezone] self.users = opts[:users] end |