Sha256: 73467496aa64f75954dd0a1f9eb6987307569758b0ea8c2ba0a06f8f57be9ce5
Contents?: true
Size: 726 Bytes
Versions: 19
Compression:
Stored size: 726 Bytes
Contents
module VirtualBox module COM module Interface module Version_3_2_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
19 entries across 19 versions & 3 rubygems