Package org.ovirt.engine.sdk4.services
Interface ExternalProviderService.TestConnectivityRequest
-
- All Superinterfaces:
Request<ExternalProviderService.TestConnectivityRequest,ExternalProviderService.TestConnectivityResponse>
- Enclosing interface:
- ExternalProviderService
public static interface ExternalProviderService.TestConnectivityRequest extends Request<ExternalProviderService.TestConnectivityRequest,ExternalProviderService.TestConnectivityResponse>
In order to test connectivity for external provider we need to run following request where 123 is an id of a provider. [source] ---- POST /ovirt-engine/api/externalhostproviders/123/testconnectivity ----
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExternalProviderService.TestConnectivityRequest
async(Boolean async)
Indicates if the test should be performed asynchronously.
-
-
-
Method Detail
-
async
ExternalProviderService.TestConnectivityRequest async(Boolean async)
Indicates if the test should be performed asynchronously.
-
-