public interface BlockQuotaSetBuilder extends Buildable.Builder<BlockQuotaSetBuilder,BlockQuotaSet>
| Modifier and Type | Method and Description |
|---|---|
BlockQuotaSetBuilder |
gigabytes(int gigabytes)
Space consumed in gigabytes for Block Storage
|
BlockQuotaSetBuilder |
snapshots(int snapshots)
Snapshots present in Block Storage
|
BlockQuotaSetBuilder |
volumes(int volumes)
Volumes Quota for Block Storage
|
build, fromBlockQuotaSetBuilder volumes(int volumes)
volumes - BlockQuotaSetBuilder snapshots(int snapshots)
snapshots - BlockQuotaSetBuilder gigabytes(int gigabytes)
gigabytes - Copyright © 2017. All rights reserved.