public class HostNicVirtualFunctionsConfiguration extends Object
Java class for HostNicVirtualFunctionsConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostNicVirtualFunctionsConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="max_number_of_virtual_functions" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="number_of_virtual_functions" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="all_networks_allowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
HostNicVirtualFunctionsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllNetworksAllowed()
Gets the value of the allNetworksAllowed property.
|
Integer |
getMaxNumberOfVirtualFunctions()
Gets the value of the maxNumberOfVirtualFunctions property.
|
Integer |
getNumberOfVirtualFunctions()
Gets the value of the numberOfVirtualFunctions property.
|
boolean |
isSetAllNetworksAllowed() |
boolean |
isSetMaxNumberOfVirtualFunctions() |
boolean |
isSetNumberOfVirtualFunctions() |
void |
setAllNetworksAllowed(Boolean value)
Sets the value of the allNetworksAllowed property.
|
void |
setMaxNumberOfVirtualFunctions(Integer value)
Sets the value of the maxNumberOfVirtualFunctions property.
|
void |
setNumberOfVirtualFunctions(Integer value)
Sets the value of the numberOfVirtualFunctions property.
|
public HostNicVirtualFunctionsConfiguration()
public Integer getMaxNumberOfVirtualFunctions()
Integerpublic void setMaxNumberOfVirtualFunctions(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxNumberOfVirtualFunctions()
public Integer getNumberOfVirtualFunctions()
Integerpublic void setNumberOfVirtualFunctions(Integer value)
value - allowed object is
Integerpublic boolean isSetNumberOfVirtualFunctions()
public Boolean getAllNetworksAllowed()
Booleanpublic void setAllNetworksAllowed(Boolean value)
value - allowed object is
Booleanpublic boolean isSetAllNetworksAllowed()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0