Interface DiskEncryptionSet.UpdateStages.WithAutomaticKeyRotation
- All Known Subinterfaces:
DiskEncryptionSet.Update
- Enclosing interface:
- DiskEncryptionSet.UpdateStages
public static interface DiskEncryptionSet.UpdateStages.WithAutomaticKeyRotation
The stage of a disk encryption set update allowing to enable automatic key rotation.
-
Method Summary
Modifier and TypeMethodDescriptionEnable automatic key rotation.Disable automatic key rotation.
-
Method Details
-
withAutomaticKeyRotation
DiskEncryptionSet.Update withAutomaticKeyRotation()Enable automatic key rotation.If enabled, the system will automatically update all managed disks, snapshots, and images referencing the disk encryption set to use the new version of the key within one hour.
- Returns:
- the next stage of the update
-
withoutAutomaticKeyRotation
DiskEncryptionSet.Update withoutAutomaticKeyRotation()Disable automatic key rotation.- Returns:
- the next stage of the update
-