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
}
],
"sectorSize": 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.
Diagnostic partition identification information.
Partitioning specification.
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.