HostVffsSpec
HostVffsSpec
This data object type describes the VFFS creation specification.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"devicePath": "string",
"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
},
"majorVersion": 0,
"volumeName": "string"
}
partition
Optional
Partition specification of the SSD disk.
If this property is not provided, partition information will be computed and generated.
integer As int32
As int32
majorVersion
Required
Major version number of VFFS.
This can be changed if the VFFS is upgraded, but this is an irreversible change.
string
volumeName
Required
Volume name of VFFS.