IsoImageMountRequestBody
This is a request body class for an operation.
Properties
string
library_item
Required
The identifier of the library item having the ISO image to mount on the virtual machine. The parameter must be an identifier for the resource type: com.vmware.content.library.Item.
string
vm
Required
The identifier of the virtual machine where the specified ISO image will be mounted. The parameter must be an identifier for the resource type: VirtualMachine.
JSON Example
{
"library_item": "string",
"vm": "string"
}