public static interface PersistentStorageConfiguration.Builder extends SdkPojo, CopyableBuilder<PersistentStorageConfiguration.Builder,PersistentStorageConfiguration>
| Modifier and Type | Method and Description |
|---|---|
PersistentStorageConfiguration.Builder |
sizeInGiB(Integer sizeInGiB)
The size of the persistent storage in gigabytes (specifically GiB).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPersistentStorageConfiguration.Builder sizeInGiB(Integer sizeInGiB)
The size of the persistent storage in gigabytes (specifically GiB).
Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.
sizeInGiB - The size of the persistent storage in gigabytes (specifically GiB). Valid values for storage are based on memory sizes in 16GB increments. Valid values are 16, 32, and 64.
Copyright © 2022. All rights reserved.