VirtualDVDDrive
Applies To: System Center 2016 - Service Provider Foundation, System Center Technical Preview
VirtualDVDDrive
Reads, creates, updates, or deletes virtual DVD drives from Virtual Machine Manager (VMM).
HTTP Verbs
GET | POST | PUT | DELETE |
---|---|---|---|
Yes | Yes | Yes | Yes |
GET
Gets virtual DVD drives within the specified stamp. If you provide the ID
property, the specified virtual DVD drive is returned.
Entity Properties
Name | Type | Mandatory | Description |
---|---|---|---|
ID | Edm.Guid | No | The identifier of the object to delete. |
StampId | Edm.Guid | Yes | The identifier of the stamp that restricts the query. |
POST
Creates a new virtual DVD drive.
Entity Properties
Name | Type | Mandatory | Description |
---|---|---|---|
StampId | Edm.Guid | Yes | The identifier of the stamp that restricts the query. |
VMId | Edm.String | Yes | The virtual machine that contains the virtual DVD drive. |
Bus | Edm.String | Yes | The IDE bus that the virtual DVD drive is attached to. |
LUN | Edm.String | Yes | The logical unit number (LUN) of the virtual DVD drive. |
ISOId | Edm.Guid | No | The identifier of the ISO file that is mounted on the virtual DVD drive. |
ISOLinked | Edm.Bool | No | Indicates whether an ISO file that is attached to the virtual DVD drive should be linked to instead of copied. |
PUT
Updates an existing virtual DVD drive.
Entity Properties
Name | Type | Mandatory | Description |
---|---|---|---|
ID | Edm.Guid | Yes | The identifier of the object to update. |
StampId | Edm.Guid | Yes | The identifier of the stamp that restricts the query. |
VMId | Edm.String | No | The virtual machine that contains the virtual DVD drive. |
Bus | Edm.String | No | The IDE bus that the virtual DVD drive is attached to. |
LUN | Edm.String | No | The logical unit number (LUN) of the virtual DVD drive. |
ISOId | Edm.Guid | No | The identifier of the ISO file that is mounted on the virtual DVD drive. |
ISOLinked | Edm.Bool | No | Indicates whether an ISO file that is attached to the virtual DVD drive should be linked to instead of copied. |
DELETE
Deletes the specified virtual DVD drive.
Entity Properties
Name | Type | Mandatory | Description |
---|---|---|---|
ID | Edm.Guid | Yes | The identifier of the object to delete. |
StampId | Edm.Guid | Yes | The identifier of the stamp that restricts the query. |