public interface HostNicService extends Service
Modifier and Type | Interface and Description |
---|---|
static interface |
HostNicService.GetRequest |
static interface |
HostNicService.GetResponse |
static interface |
HostNicService.UpdateVirtualFunctionsConfigurationRequest
The action updates virtual function configuration in case the current resource represents an SR-IOV enabled NIC.
|
static interface |
HostNicService.UpdateVirtualFunctionsConfigurationResponse
The action updates virtual function configuration in case the current resource represents an SR-IOV enabled NIC.
|
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.
|
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.
|
HostNicService.GetRequest get()
HostNicService.UpdateVirtualFunctionsConfigurationRequest updateVirtualFunctionsConfiguration()
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.
NetworkAttachmentsService networkAttachmentsService()
NetworkLabelsService networkLabelsService()
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.
Copyright © 2016. All rights reserved.