Class Network
java.lang.Object
javaforce.vm.Address
javaforce.vm.Network
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoString()toXML(NetworkBridge bridge, int vlan) Create XML for VirtualMachine XML.Methods inherited from class Address
cleanDec, cleanHex, getAddressXML, getBus, getDomain, getFunction, getPort, getSlot, getType, setAutoAddress, setDriveAddress, setPCIAddress, setUSBAddressModifier and TypeMethodDescriptionstatic Stringstatic StringgetBus(boolean pci) getPort()getSlot()getType()voidvoidsetDriveAddress(String controller, String bus, String target, String unit) voidsetPCIAddress(String domain, String bus, String slot, String function) voidsetUSBAddress(String bus, String port)
-
Field Details
-
network
-
model
-
mac
-
MODEL_E1000
- See Also:
-
MODEL_E1000E
- See Also:
-
MODEL_NET2K
- See Also:
-
MODEL_RTL8139
- See Also:
-
MODEL_VIRTIO
- See Also:
-
MODEL_i82801
- See Also:
-
MODEL_VMXNET3
- See Also:
-
-
Constructor Details
-
Network
-
-
Method Details
-
toString
-
toXML
Create XML for VirtualMachine XML.
-