public static interface StorageTypeLimit.Builder extends SdkPojo, CopyableBuilder<StorageTypeLimit.Builder,StorageTypeLimit>
| Modifier and Type | Method and Description |
|---|---|
StorageTypeLimit.Builder |
limitName(String limitName)
Name of storage limits that are applicable for the given storage type.
|
StorageTypeLimit.Builder |
limitValues(Collection<String> limitValues)
The limit values.
|
StorageTypeLimit.Builder |
limitValues(String... limitValues)
The limit values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStorageTypeLimit.Builder limitName(String limitName)
Name of storage limits that are applicable for the given storage type. If StorageType is
ebs, the following options are available:
MinimumVolumeSize - Minimum volume size that is available for the given storage type. Can be empty if not applicable.
MaximumVolumeSize - Maximum volume size that is available for the given storage type. Can be empty if not applicable.
MaximumIops - Maximum amount of IOPS that is available for the given the storage type. Can be empty if not applicable.
MinimumIops - Minimum amount of IOPS that is available for the given the storage type. Can be empty if not applicable.
MaximumThroughput - Maximum amount of throughput that is available for the given the storage type. Can be empty if not applicable.
MinimumThroughput - Minimum amount of throughput that is available for the given the storage type. Can be empty if not applicable.
limitName - Name of storage limits that are applicable for the given storage type. If StorageType is
ebs, the following options are available:
MinimumVolumeSize - Minimum volume size that is available for the given storage type. Can be empty if not applicable.
MaximumVolumeSize - Maximum volume size that is available for the given storage type. Can be empty if not applicable.
MaximumIops - Maximum amount of IOPS that is available for the given the storage type. Can be empty if not applicable.
MinimumIops - Minimum amount of IOPS that is available for the given the storage type. Can be empty if not applicable.
MaximumThroughput - Maximum amount of throughput that is available for the given the storage type. Can be empty if not applicable.
MinimumThroughput - Minimum amount of throughput that is available for the given the storage type. Can be empty if not applicable.
StorageTypeLimit.Builder limitValues(Collection<String> limitValues)
The limit values.
limitValues - The limit values.StorageTypeLimit.Builder limitValues(String... limitValues)
The limit values.
limitValues - The limit values.Copyright © 2023. All rights reserved.