public class HostDevice extends BaseResource
Java class for HostDevice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostDevice"> <complexContent> <extension base="{}BaseResource"> <sequence> <element ref="{}host" minOccurs="0"/> <element name="parent_device" type="{}HostDevice" minOccurs="0"/> <element name="capability" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}product" minOccurs="0"/> <element ref="{}vendor" minOccurs="0"/> <element name="iommu_group" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="physical_function" type="{}HostDevice" minOccurs="0"/> <element name="virtual_functions" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="placeholder" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element ref="{}vm" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
HostDevice() |
Modifier and Type | Method and Description |
---|---|
String |
getCapability()
Gets the value of the capability property.
|
Host |
getHost()
Gets the value of the host property.
|
Integer |
getIommuGroup()
Gets the value of the iommuGroup property.
|
HostDevice |
getParentDevice()
Gets the value of the parentDevice property.
|
HostDevice |
getPhysicalFunction()
Gets the value of the physicalFunction property.
|
Boolean |
getPlaceholder()
Gets the value of the placeholder property.
|
Product |
getProduct()
Gets the value of the product property.
|
Vendor |
getVendor()
Gets the value of the vendor property.
|
Integer |
getVirtualFunctions()
Gets the value of the virtualFunctions property.
|
VM |
getVm()
Gets the value of the vm property.
|
boolean |
isSetCapability() |
boolean |
isSetHost() |
boolean |
isSetIommuGroup() |
boolean |
isSetParentDevice() |
boolean |
isSetPhysicalFunction() |
boolean |
isSetPlaceholder() |
boolean |
isSetProduct() |
boolean |
isSetVendor() |
boolean |
isSetVirtualFunctions() |
boolean |
isSetVm() |
void |
setCapability(String value)
Sets the value of the capability property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setIommuGroup(Integer value)
Sets the value of the iommuGroup property.
|
void |
setParentDevice(HostDevice value)
Sets the value of the parentDevice property.
|
void |
setPhysicalFunction(HostDevice value)
Sets the value of the physicalFunction property.
|
void |
setPlaceholder(Boolean value)
Sets the value of the placeholder property.
|
void |
setProduct(Product value)
Sets the value of the product property.
|
void |
setVendor(Vendor value)
Sets the value of the vendor property.
|
void |
setVirtualFunctions(Integer value)
Sets the value of the virtualFunctions property.
|
void |
setVm(VM value)
Sets the value of the vm property.
|
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public void setHost(Host value)
value
- allowed object is
Host
public boolean isSetHost()
public HostDevice getParentDevice()
HostDevice
public void setParentDevice(HostDevice value)
value
- allowed object is
HostDevice
public boolean isSetParentDevice()
public String getCapability()
String
public void setCapability(String value)
value
- allowed object is
String
public boolean isSetCapability()
public Product getProduct()
Product
public void setProduct(Product value)
value
- allowed object is
Product
public boolean isSetProduct()
public Vendor getVendor()
Vendor
public void setVendor(Vendor value)
value
- allowed object is
Vendor
public boolean isSetVendor()
public Integer getIommuGroup()
Integer
public void setIommuGroup(Integer value)
value
- allowed object is
Integer
public boolean isSetIommuGroup()
public HostDevice getPhysicalFunction()
HostDevice
public void setPhysicalFunction(HostDevice value)
value
- allowed object is
HostDevice
public boolean isSetPhysicalFunction()
public Integer getVirtualFunctions()
Integer
public void setVirtualFunctions(Integer value)
value
- allowed object is
Integer
public boolean isSetVirtualFunctions()
public Boolean getPlaceholder()
Boolean
public void setPlaceholder(Boolean value)
value
- allowed object is
Boolean
public boolean isSetPlaceholder()
public void setVm(VM value)
value
- allowed object is
VM
public boolean isSetVm()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0