|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_6_1.IUnknown
org.virtualbox_6_1.IDHCPConfig
org.virtualbox_6_1.IDHCPIndividualConfig
public class IDHCPIndividualConfig
Configuration for a single NIC, either given directly by MAC address or by VM + adaptor slot number. Interface ID: {C40C2B86-73A5-46CC-8227-93FE57D006A6}
Field Summary |
---|
Fields inherited from class org.virtualbox_6_1.IUnknown |
---|
obj, objMgr, port |
Constructor Summary | |
---|---|
IDHCPIndividualConfig(java.lang.String wrapped,
org.virtualbox_6_1.ObjectRefManager objMgr,
org.virtualbox_6_1.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
java.lang.String |
getFixedAddress()
Fixed IPv4 address assignment, dynamic if empty. |
java.lang.String |
getMACAddress()
The MAC address. |
java.lang.String |
getMachineId()
The virtual machine ID if a DHCPConfigScope.MachineNIC config,
null UUID forDHCPConfigScope.MAC . |
java.lang.Long |
getSlot()
The NIC slot number of the VM if a DHCPConfigScope.MachineNIC config. |
static IDHCPIndividualConfig |
queryInterface(IUnknown obj)
|
void |
setFixedAddress(java.lang.String value)
Fixed IPv4 address assignment, dynamic if empty. |
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 |
---|
public IDHCPIndividualConfig(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
Method Detail |
---|
public java.lang.String getMACAddress()
DHCPConfigScope.MachineNIC
config, this
will be queried via the VM ID.
public java.lang.String getMachineId()
DHCPConfigScope.MachineNIC
config,
null UUID forDHCPConfigScope.MAC
.
public java.lang.Long getSlot()
DHCPConfigScope.MachineNIC
config.
public java.lang.String getFixedAddress()
public void setFixedAddress(java.lang.String value)
value
- Stringpublic static IDHCPIndividualConfig queryInterface(IUnknown obj)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |