You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Represents a vSphere volume resource.",
"required": [
"volumePath"
],
"properties": {
"fsType": {
"description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",
"type": [
"string",
"null"
]
},
"storagePolicyID": {
"description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.",
"type": [
"string",
"null"
]
},
"storagePolicyName": {
"description": "Storage Policy Based Management (SPBM) profile name.",
"type": [
"string",
"null"
]
},
"volumePath": {
"description": "Path that identifies vSphere volume vmdk",