VMware Cloud Director API - MediaSectionType

VMware Cloud Director API - MediaSectionType

MediaSectionType

Type:
MediaSectionType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
The section of the VM representation that has to do with the VM's media devices (floppies and CDROM)
Since:
32.0
Schema:
vApp.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<MediaSectionType xmlns="http://www.vmware.com/vcloud/v1.5">
    <MediaSettings>
        <DeviceId> xs:string </DeviceId>
        <MediaImage href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
        <MediaType> MediaTypeType </MediaType>
        <MediaState> MediaStateType </MediaState>
        <UnitNumber> xs:int </UnitNumber>
        <BusNumber> xs:int </BusNumber>
        <AdapterType> xs:string </AdapterType>
    </MediaSettings>
</MediaSectionType>

Elements

Element Type Required Modifiable Since Deprecated Description
MediaSettings MediaSettingsType Yes always 32.0 Describes a media in a VM device and what media is attached to it.
VCloudExtension VCloudExtensionType No always 32.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.