public class HostNicVirtualFunctionsConfigurationContainer extends Container implements HostNicVirtualFunctionsConfiguration
Constructor and Description |
---|
HostNicVirtualFunctionsConfigurationContainer() |
Modifier and Type | Method and Description |
---|---|
boolean |
allNetworksAllowed() |
void |
allNetworksAllowed(boolean newAllNetworksAllowed) |
void |
allNetworksAllowed(Boolean newAllNetworksAllowed) |
boolean |
allNetworksAllowedPresent() |
BigInteger |
maxNumberOfVirtualFunctions() |
void |
maxNumberOfVirtualFunctions(BigInteger newMaxNumberOfVirtualFunctions) |
boolean |
maxNumberOfVirtualFunctionsPresent() |
BigInteger |
numberOfVirtualFunctions() |
void |
numberOfVirtualFunctions(BigInteger newNumberOfVirtualFunctions) |
boolean |
numberOfVirtualFunctionsPresent() |
makeArrayList, makeUnmodifiableList
public HostNicVirtualFunctionsConfigurationContainer()
public boolean allNetworksAllowed()
allNetworksAllowed
in interface HostNicVirtualFunctionsConfiguration
public void allNetworksAllowed(boolean newAllNetworksAllowed)
public void allNetworksAllowed(Boolean newAllNetworksAllowed)
public boolean allNetworksAllowedPresent()
allNetworksAllowedPresent
in interface HostNicVirtualFunctionsConfiguration
public BigInteger maxNumberOfVirtualFunctions()
maxNumberOfVirtualFunctions
in interface HostNicVirtualFunctionsConfiguration
public void maxNumberOfVirtualFunctions(BigInteger newMaxNumberOfVirtualFunctions)
public boolean maxNumberOfVirtualFunctionsPresent()
maxNumberOfVirtualFunctionsPresent
in interface HostNicVirtualFunctionsConfiguration
public BigInteger numberOfVirtualFunctions()
numberOfVirtualFunctions
in interface HostNicVirtualFunctionsConfiguration
public void numberOfVirtualFunctions(BigInteger newNumberOfVirtualFunctions)
public boolean numberOfVirtualFunctionsPresent()
numberOfVirtualFunctionsPresent
in interface HostNicVirtualFunctionsConfiguration
Copyright © 2016. All rights reserved.