module IDRAC::Storage

def controller_encryption_capable?(controller)

Check if the controller is capable of encryption
def controller_encryption_capable?(controller)
  controller.dig("encryption_capability") =~ /localkey/i
end