public static interface OpenstackNetworkService.ImportRequest extends Request<OpenstackNetworkService.ImportRequest,OpenstackNetworkService.ImportResponse>
This operation imports an external network into oVirt. The network will be added to the data center specified.
Modifier and Type | Method and Description |
---|---|
OpenstackNetworkService.ImportRequest |
async(Boolean async)
Indicates if the import should be performed asynchronously.
|
OpenstackNetworkService.ImportRequest |
dataCenter(DataCenter dataCenter) |
OpenstackNetworkService.ImportRequest |
dataCenter(DataCenterBuilder dataCenter)
The data center into which the network is to be imported.
|
OpenstackNetworkService.ImportRequest async(Boolean async)
Indicates if the import should be performed asynchronously.
OpenstackNetworkService.ImportRequest dataCenter(DataCenter dataCenter)
OpenstackNetworkService.ImportRequest dataCenter(DataCenterBuilder dataCenter)
The data center into which the network is to be imported.
Data center is mandatory, and can be specified
using the id
or name
attributes, the rest of
the attributes will be ignored.
Copyright © 2016. All rights reserved.