HostDiagnosticPartitionCreateSpec

HostDiagnosticPartitionCreateSpec
HostDiagnosticPartitionCreateSpec

The diagnostic create specification is used by the system to create a new diagnostic partition on a SCSI disk.

AllOf
This class requires all of the following:
JSON Example
{
    "_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
}
string
storageType
Required

Indicates the storage type where the diagnostic partition will be created.

See also DiagnosticPartitionStorageTypeEnum.

string
diagnosticType
Required

Indicates the type of the diagnostic partition to be created.

See also DiagnosticPartitionTypeEnum.

id
Required

Diagnostic partition identification information.

partition
Required

Partitioning specification.

boolean
active
Optional

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.