public static interface StorageDomainService.RefreshLunsRequest extends Request<StorageDomainService.RefreshLunsRequest,StorageDomainService.RefreshLunsResponse>
Modifier and Type | Method and Description |
---|---|
StorageDomainService.RefreshLunsRequest |
async(Boolean async)
Indicates if the refresh should be performed asynchronously.
|
StorageDomainService.RefreshLunsRequest |
logicalUnits(List<LogicalUnit> logicalUnits) |
StorageDomainService.RefreshLunsRequest |
logicalUnits(LogicalUnit... logicalUnits) |
StorageDomainService.RefreshLunsRequest |
logicalUnits(LogicalUnitBuilder... logicalUnits) |
StorageDomainService.RefreshLunsRequest async(Boolean async)
Indicates if the refresh should be performed asynchronously.
StorageDomainService.RefreshLunsRequest logicalUnits(List<LogicalUnit> logicalUnits)
StorageDomainService.RefreshLunsRequest logicalUnits(LogicalUnit... logicalUnits)
StorageDomainService.RefreshLunsRequest logicalUnits(LogicalUnitBuilder... logicalUnits)
Copyright © 2016. All rights reserved.