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
}
]
},
"majorVersion": 0,
"volumeName": "string"
}
partition
Optional
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.
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.