public class HostDeviceContainer extends IdentifiedContainer implements HostDevice
Constructor and Description |
---|
HostDeviceContainer() |
Modifier and Type | Method and Description |
---|---|
String |
capability() |
void |
capability(String newCapability) |
boolean |
capabilityPresent() |
Host |
host() |
void |
host(Host newHost) |
boolean |
hostPresent() |
BigInteger |
iommuGroup() |
void |
iommuGroup(BigInteger newIommuGroup) |
boolean |
iommuGroupPresent() |
HostDevice |
parentDevice() |
void |
parentDevice(HostDevice newParentDevice) |
boolean |
parentDevicePresent() |
HostDevice |
physicalFunction() |
void |
physicalFunction(HostDevice newPhysicalFunction) |
boolean |
physicalFunctionPresent() |
boolean |
placeholder() |
void |
placeholder(boolean newPlaceholder) |
void |
placeholder(Boolean newPlaceholder) |
boolean |
placeholderPresent() |
Product |
product() |
void |
product(Product newProduct) |
boolean |
productPresent() |
Vendor |
vendor() |
void |
vendor(Vendor newVendor) |
boolean |
vendorPresent() |
BigInteger |
virtualFunctions() |
void |
virtualFunctions(BigInteger newVirtualFunctions) |
boolean |
virtualFunctionsPresent() |
Vm |
vm() |
void |
vm(Vm newVm) |
boolean |
vmPresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public String capability()
capability
in interface HostDevice
public void capability(String newCapability)
public boolean capabilityPresent()
capabilityPresent
in interface HostDevice
public BigInteger iommuGroup()
iommuGroup
in interface HostDevice
public void iommuGroup(BigInteger newIommuGroup)
public boolean iommuGroupPresent()
iommuGroupPresent
in interface HostDevice
public HostDevice physicalFunction()
physicalFunction
in interface HostDevice
public void physicalFunction(HostDevice newPhysicalFunction)
public boolean physicalFunctionPresent()
physicalFunctionPresent
in interface HostDevice
public boolean placeholder()
placeholder
in interface HostDevice
public void placeholder(boolean newPlaceholder)
public void placeholder(Boolean newPlaceholder)
public boolean placeholderPresent()
placeholderPresent
in interface HostDevice
public Product product()
product
in interface HostDevice
public void product(Product newProduct)
public boolean productPresent()
productPresent
in interface HostDevice
public Vendor vendor()
vendor
in interface HostDevice
public void vendor(Vendor newVendor)
public boolean vendorPresent()
vendorPresent
in interface HostDevice
public BigInteger virtualFunctions()
virtualFunctions
in interface HostDevice
public void virtualFunctions(BigInteger newVirtualFunctions)
public boolean virtualFunctionsPresent()
virtualFunctionsPresent
in interface HostDevice
public Host host()
host
in interface HostDevice
public void host(Host newHost)
public boolean hostPresent()
hostPresent
in interface HostDevice
public HostDevice parentDevice()
parentDevice
in interface HostDevice
public void parentDevice(HostDevice newParentDevice)
public boolean parentDevicePresent()
parentDevicePresent
in interface HostDevice
public Vm vm()
vm
in interface HostDevice
public void vm(Vm newVm)
public boolean vmPresent()
vmPresent
in interface HostDevice
Copyright © 2016. All rights reserved.