Interface CapacityPool.DefinitionStages.WithEncryptionType

All Known Subinterfaces:
CapacityPool.Definition, CapacityPool.DefinitionStages.WithCreate
Enclosing interface:
CapacityPool.DefinitionStages

public static interface CapacityPool.DefinitionStages.WithEncryptionType
The stage of the CapacityPool definition allowing to specify encryptionType.
  • Method Details

    • withEncryptionType

      CapacityPool.DefinitionStages.WithCreate withEncryptionType(EncryptionType encryptionType)
      Specifies the encryptionType property: encryptionType

      Encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it. This value can only be set when creating new pool..

      Parameters:
      encryptionType - encryptionType

      Encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it. This value can only be set when creating new pool.

      Returns:
      the next definition stage.