VirtualDVDDrives
Applies To: System Center 2016 - Service Provider Foundation, System Center Technical Preview
VirtualDVDDrives
Reads, creates, updates, or deletes virtual DVD drives.
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 virtual DVD drive identifier |
StampId | Edm.Guid | Yes | The identifier of the stamp to restrict the query to |
POST
Creates a new virtual DVD drive.
Entity Properties
Name | Type | Mandatory | Description |
---|---|---|---|
Bus | Edm.Byte | Yes | Specifies the IDE bus that this virtual DVD drive is attached to. |
ISOId | Edm.Guid | No | The identifier of the ISO file that is mounted on the virtual DVD drive |
LUN | Edm.Byte | No | The logical unit number (LUN) of the virtual DVD drive |
VMId | Edm.Guid | Yes | The virtual machine to create this virtual DVD drive on |
StampId | Edm.Guid | Yes | The identifier of the stamp to restrict the query to |
ISOLinked | Edm.Boolean | No | Indicates that the 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 |
---|---|---|---|
Bus | Edm.Byte | No | Specifies the IDE bus that this virtual DVD drive is attached to. |
ID | Edm.Guid | Yes | The identifier of the virtual DVD drive |
ISOId | Edm.Guid | No | The identifier of the ISO that is mounted on the virtual DVD drive |
LUN | Edm.Byte | No | The LUN of the virtual DVD drive |
VMId | Edm.Guid | No | The virtual machine to add this virtual DVD drive to |
StampId | Edm.Guid | Yes | The identifier of the stamp to restrict the query to |
ISOLinked | Edm.Boolean | No | Indicates that the ISO 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 virtual DVD drive to delete |
StampId | Edm.Guid | Yes | The identifier of the stamp to restrict the query to |