static AutomaticTapeCreationRule.Builder |
AutomaticTapeCreationRule.builder() |
|
AutomaticTapeCreationRule.Builder |
AutomaticTapeCreationRule.Builder.minimumNumTapes(Integer minimumNumTapes) |
The minimum number of available virtual tapes that the gateway maintains at all times.
|
AutomaticTapeCreationRule.Builder |
AutomaticTapeCreationRule.Builder.poolId(String poolId) |
The ID of the pool that you want to add your tape to for archiving.
|
AutomaticTapeCreationRule.Builder |
AutomaticTapeCreationRule.Builder.tapeBarcodePrefix(String tapeBarcodePrefix) |
A prefix that you append to the barcode of the virtual tape that you are creating.
|
AutomaticTapeCreationRule.Builder |
AutomaticTapeCreationRule.Builder.tapeSizeInBytes(Long tapeSizeInBytes) |
The size, in bytes, of the virtual tape capacity.
|
AutomaticTapeCreationRule.Builder |
AutomaticTapeCreationRule.toBuilder() |
|
AutomaticTapeCreationRule.Builder |
AutomaticTapeCreationRule.Builder.worm(Boolean worm) |
Set to true to indicate that tapes are to be archived as write-once-read-many (WORM).
|