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, unsetLinksgetActions, isSetActions, setActionspublic void setHost(Host value)
value - allowed object is
Hostpublic boolean isSetHost()
public HostDevice getParentDevice()
HostDevicepublic void setParentDevice(HostDevice value)
value - allowed object is
HostDevicepublic boolean isSetParentDevice()
public String getCapability()
Stringpublic void setCapability(String value)
value - allowed object is
Stringpublic boolean isSetCapability()
public Product getProduct()
Productpublic void setProduct(Product value)
value - allowed object is
Productpublic boolean isSetProduct()
public Vendor getVendor()
Vendorpublic void setVendor(Vendor value)
value - allowed object is
Vendorpublic boolean isSetVendor()
public Integer getIommuGroup()
Integerpublic void setIommuGroup(Integer value)
value - allowed object is
Integerpublic boolean isSetIommuGroup()
public HostDevice getPhysicalFunction()
HostDevicepublic void setPhysicalFunction(HostDevice value)
value - allowed object is
HostDevicepublic boolean isSetPhysicalFunction()
public Integer getVirtualFunctions()
Integerpublic void setVirtualFunctions(Integer value)
value - allowed object is
Integerpublic boolean isSetVirtualFunctions()
public Boolean getPlaceholder()
Booleanpublic void setPlaceholder(Boolean value)
value - allowed object is
Booleanpublic boolean isSetPlaceholder()
public void setVm(VM value)
value - allowed object is
VMpublic boolean isSetVm()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0