CnsAttachVolumeRequestType
CnsAttachVolumeRequestType
The parameters of CnsAttachVolume.
This structure may be used only with operations rendered under /vsan
.
JSON Example
{
"attachSpecs": [
{
"_typeName": "string",
"volumeId": {
"_typeName": "string",
"id": "string"
},
"vm": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
]
}