API Guide
idrac.cong_mgr.RaidHelper.new_virtual_disk
API string/Method: idrac.config_mgr.RaidHelper.new_virtual_disk.
Protocol Support: WSMAN, Redfish.
Description: The idrac.config_mgr.RaidHelper.new_virtual_disk() allows you to create a RAID.
Table 127. Parameters for idrac.cong_mgr.RaidHelper.new_virtual_disk
Parameter Name Type Allowed Values
vd_name
String User dened
Description Name of the virtual disk.
Table 128. Parameters for idrac.cong_mgr.RaidHelper.new_virtual_disk
Parameter Name Type Allowed Values
span_depth
Number User dened values
Description Depth of the disk span.
Table 129. Parameters for idrac.cong_mgr.RaidHelper.new_virtual_disk
Parameter Name Type Allowed Values
span_length
Number User dened values
Description Length of the disk span.
Table 130. Parameters for idrac.cong_mgr.RaidHelper.new_virtual_disk
Parameter Name Type Allowed Values
RAIDTypes
ENUM
RAIDTypesTypes.RAID_0
RAIDTypesTypes.RAID_1
RAIDTypesTypes.RAID_10
RAIDTypesTypes.RAID_5
RAIDTypesTypes.RAID_50
RAIDTypesTypes.RAID_6
RAIDTypesTypes.RAID_60
Description Type of the RAID array.
Table 131. Parameters for idrac.cong_mgr.RaidHelper.new_virtual_disk
Parameter Name Type Allowed Values
RAIDaction
ENUM RAIDactionTypes.Create
Description RAID action to be performed.
50 OpenManage Python SDK API introduction