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: {5D7BB1EA-27ED-4E01-3859-4302DD55F796}


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
 java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()
           
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

getMidlDoesNotLikeEmptyInterfaces

public java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()

queryInterface

public static IDHCPGlobalConfig queryInterface(IUnknown obj)