HostDiagnosticPartition

HostDiagnosticPartition
HostDiagnosticPartition

This data object type contains information about an available or active diagnostic partition.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "storageType": "string",
    "diagnosticType": "string",
    "slots": 0,
    "id": {
        "_typeName": "string",
        "diskName": "string",
        "partition": 0
    }
}
string
storageType
Required

Indicates the storage type of the diagnostic partition.

See also DiagnosticPartitionStorageTypeEnum.

string
diagnosticType
Required

Indicates the type of the diagnostic partition.

See also DiagnosticPartitionTypeEnum.

integer As int32 As int32
slots
Required

The number of slots in the diagnostic partition.

id
Required

This data object type describes the specification of a Disk partition.