Package org.ovirt.engine.sdk4.services
Interface NetworkService.GetRequest
-
- All Superinterfaces:
Request<NetworkService.GetRequest,NetworkService.GetResponse>
- Enclosing interface:
- NetworkService
public static interface NetworkService.GetRequest extends Request<NetworkService.GetRequest,NetworkService.GetResponse>
Gets a logical network. For example: [source] ---- GET /ovirt-engine/api/networks/123 ---- Will respond: [source,xml] ----ovirtmgmt Default Management Network 0 false vm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkService.GetRequest
follow(String follow)
Indicates which inner links should be _followed_.
-
-
-
Method Detail
-
follow
NetworkService.GetRequest follow(String follow)
Indicates which inner links should be _followed_. The objects referenced by these links will be fetched as part of the current request. See <> for details.
-
-