Sha256: 373b08d16f2f9aafa2e035db0b722d8cfd40589f8cce6ab738d6f6f5e3c0e239
Contents?: true
Size: 726 Bytes
Versions: 11
Compression:
Stored size: 726 Bytes
Contents
module VirtualBox module COM module Interface module Version_4_0_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
11 entries across 11 versions & 2 rubygems