Class DiskEncryptionConfiguration


  • public class DiskEncryptionConfiguration
    extends Object
    The disk encryption configuration applied on compute nodes in the pool. Disk encryption configuration is not supported on Linux pool created with Shared Image Gallery Image.
    • Constructor Detail

      • DiskEncryptionConfiguration

        public DiskEncryptionConfiguration()
    • Method Detail

      • targets

        public List<DiskEncryptionTarget> targets()
        Get if omitted, no disks on the compute nodes in the pool will be encrypted. On Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.
        Returns:
        the targets value
      • withTargets

        public DiskEncryptionConfiguration withTargets​(List<DiskEncryptionTarget> targets)
        Set if omitted, no disks on the compute nodes in the pool will be encrypted. On Linux pool, only "TemporaryDisk" is supported; on Windows pool, "OsDisk" and "TemporaryDisk" must be specified.
        Parameters:
        targets - the targets value to set
        Returns:
        the DiskEncryptionConfiguration object itself.