org.virtualbox_6_1
Class IDHCPGlobalConfig

java.lang.Object
  extended by org.virtualbox_6_1.IUnknown
      extended by org.virtualbox_6_1.IDHCPConfig
          extended by org.virtualbox_6_1.IDHCPGlobalConfig

public class IDHCPGlobalConfig
extends IDHCPConfig

The global DHCP server configuration, seeIDHCPServer.getGlobalConfig(). Interface ID: {46735DE7-F4C4-4020-A185-0D2881BCFA8B}


Field Summary
 
Fields inherited from class org.virtualbox_6_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IDHCPGlobalConfig(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
           
 
Method Summary
static IDHCPGlobalConfig queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_6_1.IDHCPConfig
getAllOptions, getDefaultLeaseTime, getForcedOptions, getMaxLeaseTime, getMinLeaseTime, getOption, getScope, getSuppressedOptions, remove, removeAllOptions, removeOption, setDefaultLeaseTime, setForcedOptions, setMaxLeaseTime, setMinLeaseTime, setOption, setSuppressedOptions
 
Methods inherited from class org.virtualbox_6_1.IUnknown
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDHCPGlobalConfig

public IDHCPGlobalConfig(java.lang.String wrapped,
                         org.virtualbox_6_1.ObjectRefManager objMgr,
                         org.virtualbox_6_1.jaxws.VboxPortType port)
Method Detail

queryInterface

public static IDHCPGlobalConfig queryInterface(IUnknown obj)