public static class StoragePool.Builder extends Object
Constructor and Description |
---|
StoragePool.Builder(RestContext<AbiquoApi,AbiquoAsyncApi> context,
StorageDevice storageDevice) |
Modifier and Type | Method and Description |
---|---|
StoragePool.Builder |
availableSizeInMb(long availableSizeInMb)
Deprecated.
This value is no longer used in Abiquo and will be removed in future
versions.
|
StoragePool |
build() |
static StoragePool.Builder |
fromStoragePool(StoragePool in) |
StoragePool.Builder |
name(String name) |
StoragePool.Builder |
storageDevice(StorageDevice storageDevice) |
StoragePool.Builder |
totalSizeInMb(long totalSizeInMb) |
StoragePool.Builder |
usedSizeInMb(long usedSizeInMb)
Deprecated.
This value is no longer used in Abiquo and will be removed in future
versions.
|
public StoragePool.Builder(RestContext<AbiquoApi,AbiquoAsyncApi> context, StorageDevice storageDevice)
public StoragePool.Builder storageDevice(StorageDevice storageDevice)
@Deprecated public StoragePool.Builder availableSizeInMb(long availableSizeInMb)
public StoragePool.Builder name(String name)
public StoragePool.Builder totalSizeInMb(long totalSizeInMb)
@Deprecated public StoragePool.Builder usedSizeInMb(long usedSizeInMb)
public StoragePool build()
public static StoragePool.Builder fromStoragePool(StoragePool in)
Copyright © 2009-2013 jclouds. All Rights Reserved.