HostDiagnosticPartitionCreateSpec
The diagnostic create specification is used by the system to create a new diagnostic partition on a SCSI disk.
{
"_typeName": "string",
"storageType": "string",
"diagnosticType": "string",
"id": {
"_typeName": "string",
"diskName": "string",
"partition": 0
},
"partition": {
"_typeName": "string",
"partitionFormat": "string",
"chs": {
"_typeName": "string",
"cylinder": 0,
"head": 0,
"sector": 0
},
"totalSectors": 0,
"partition": [
{
"_typeName": "string",
"partition": 0,
"startSector": 0,
"endSector": 0,
"type": "string",
"guid": "string",
"logical": false,
"attributes": 0,
"partitionAlignment": 0
}
]
},
"active": false
}
Indicates the storage type where the diagnostic partition will be created.
See also DiagnosticPartitionStorageTypeEnum.
Indicates the type of the diagnostic partition to be created.
See also DiagnosticPartitionTypeEnum.
This data object type describes the specification of a Disk partition.
This data object type describes the disk partition table specification used to configure the partitions on a disk.
This data object represents the fundamental data needed to specify a partition table.
Indicates if the created diagnostic partition should be made the active diagnostic partition.
If not supplied, the system will decide whether or not the created specification is active.