public class HostNicServiceImpl extends ServiceImpl implements HostNicService
HostNicService.GetRequest, HostNicService.GetResponse, HostNicService.UpdateVirtualFunctionsConfigurationRequest, HostNicService.UpdateVirtualFunctionsConfigurationResponse
Constructor and Description |
---|
HostNicServiceImpl(HttpConnection connection,
String path) |
Modifier and Type | Method and Description |
---|---|
HostNicService.GetRequest |
get() |
NetworkAttachmentsService |
networkAttachmentsService() |
NetworkLabelsService |
networkLabelsService() |
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
StatisticsService |
statisticsService() |
String |
toString() |
HostNicService.UpdateVirtualFunctionsConfigurationRequest |
updateVirtualFunctionsConfiguration()
The action updates virtual function configuration in case the current resource represents an SR-IOV enabled NIC.
|
NetworkLabelsService |
virtualFunctionAllowedLabelsService()
Retrieves sub-collection resource of network labels that are allowed on an the virtual functions
in case that the current resource represents an SR-IOV physical function NIC.
|
VirtualFunctionAllowedNetworksService |
virtualFunctionAllowedNetworksService()
Retrieves sub-collection resource of networks that are allowed on an the virtual functions
in case that the current resource represents an SR-IOV physical function NIC.
|
checkAction, checkFault, getConnection, getPath, throwError
public HostNicServiceImpl(HttpConnection connection, String path)
public HostNicService.GetRequest get()
get
in interface HostNicService
public HostNicService.UpdateVirtualFunctionsConfigurationRequest updateVirtualFunctionsConfiguration()
HostNicService
The action updates virtual function configuration in case the current resource represents an SR-IOV enabled NIC. The input should be consisted of at least one of the following properties:
allNetworksAllowed
numberOfVirtualFunctions
Please see the HostNicVirtualFunctionsConfiguration
type for the meaning of the properties.
updateVirtualFunctionsConfiguration
in interface HostNicService
public NetworkAttachmentsService networkAttachmentsService()
networkAttachmentsService
in interface HostNicService
public NetworkLabelsService networkLabelsService()
networkLabelsService
in interface HostNicService
public StatisticsService statisticsService()
public NetworkLabelsService virtualFunctionAllowedLabelsService()
HostNicService
Retrieves sub-collection resource of network labels that are allowed on an the virtual functions in case that the current resource represents an SR-IOV physical function NIC.
virtualFunctionAllowedLabelsService
in interface HostNicService
public VirtualFunctionAllowedNetworksService virtualFunctionAllowedNetworksService()
HostNicService
Retrieves sub-collection resource of networks that are allowed on an the virtual functions in case that the current resource represents an SR-IOV physical function NIC.
virtualFunctionAllowedNetworksService
in interface HostNicService
public Service service(String path)
HostNicService
Service locator method, returns individual service on which the URI is dispatched.
service
in interface HostNicService
Copyright © 2016. All rights reserved.