Package org.ovirt.engine.sdk4.services
Interface StorageDomainDiskService.GetRequest
-
- All Superinterfaces:
Request<StorageDomainDiskService.GetRequest,StorageDomainDiskService.GetResponse>
- Enclosing interface:
- StorageDomainDiskService
public static interface StorageDomainDiskService.GetRequest extends Request<StorageDomainDiskService.GetRequest,StorageDomainDiskService.GetResponse>
Retrieves the description of the disk.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageDomainDiskService.GetRequest
follow(String follow)
Indicates which inner links should be _followed_.
-
-
-
Method Detail
-
follow
StorageDomainDiskService.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.
-
-