Class ExternalNetworkProviderConfigurationsServiceImpl
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.services.ServiceImpl
-
- org.ovirt.engine.sdk4.internal.services.ExternalNetworkProviderConfigurationsServiceImpl
-
- All Implemented Interfaces:
Service
,ExternalNetworkProviderConfigurationsService
public class ExternalNetworkProviderConfigurationsServiceImpl extends ServiceImpl implements ExternalNetworkProviderConfigurationsService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ovirt.engine.sdk4.services.ExternalNetworkProviderConfigurationsService
ExternalNetworkProviderConfigurationsService.ListRequest, ExternalNetworkProviderConfigurationsService.ListResponse
-
-
Constructor Summary
Constructors Constructor Description ExternalNetworkProviderConfigurationsServiceImpl(HttpConnection connection, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalNetworkProviderConfigurationService
configurationService(String id)
ExternalNetworkProviderConfigurationsService.ListRequest
list()
Returns the list of all external network providers on the host.Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.String
toString()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.services.ServiceImpl
checkAction, checkFault, getConnection, getPath, throwError
-
-
-
-
Constructor Detail
-
ExternalNetworkProviderConfigurationsServiceImpl
public ExternalNetworkProviderConfigurationsServiceImpl(HttpConnection connection, String path)
-
-
Method Detail
-
list
public ExternalNetworkProviderConfigurationsService.ListRequest list()
Description copied from interface:ExternalNetworkProviderConfigurationsService
Returns the list of all external network providers on the host. The order of the returned list of networks is not guaranteed.- Specified by:
list
in interfaceExternalNetworkProviderConfigurationsService
-
configurationService
public ExternalNetworkProviderConfigurationService configurationService(String id)
- Specified by:
configurationService
in interfaceExternalNetworkProviderConfigurationsService
-
service
public Service service(String path)
Description copied from interface:ExternalNetworkProviderConfigurationsService
Service locator method, returns individual service on which the URI is dispatched.- Specified by:
service
in interfaceExternalNetworkProviderConfigurationsService
-
-