Sha256: 4883d70f2a59a82650ba75af624b4c970ff99a05f59181facf67372bdd8de432
Contents?: true
Size: 727 Bytes
Versions: 3
Compression:
Stored size: 727 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_1_X class DHCPServer < AbstractInterface IID = "6cfe387c-74fb-4ca7-bff6-973bec8af7a3" property :enabled, T_BOOL property :ip_address, WSTRING, :readonly => true property :network_mask, WSTRING, :readonly => true property :network_name, WSTRING, :readonly => true property :lower_ip, WSTRING, :readonly => true property :upper_ip, WSTRING, :readonly => true function :set_configuration, nil, [WSTRING, WSTRING, WSTRING, WSTRING] function :start, nil, [WSTRING, WSTRING, WSTRING] function :stop, nil, [] end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems