VMware Cloud Director API - SupportedOperatingSystemsInfo

VMware Cloud Director API - SupportedOperatingSystemsInfo

SupportedOperatingSystemsInfoType

Element:
SupportedOperatingSystemsInfo
Type:
SupportedOperatingSystemsInfoType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Operating systems available for use on virtual machines owned by this organization.
Since:
5.1
Schema:
vms.xsd
Media type(s):
None
Extends:
ResourceType
XML Representation:
<SupportedOperatingSystemsInfo xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string" model="xs:string"/>
    <OperatingSystemFamilyInfo>
        <Name> xs:string </Name>
        <OperatingSystemFamilyId> xs:int </OperatingSystemFamilyId>
        <OperatingSystem>
            <OperatingSystemId> xs:int </OperatingSystemId>
            <DefaultHardDiskAdapterType ref="xs:string"/>
            <SupportedHardDiskAdapter ref="xs:string"/>
            <MinimumHardDiskSizeGigabytes> xs:int </MinimumHardDiskSizeGigabytes>
            <MinimumMemoryMegabytes> xs:int </MinimumMemoryMegabytes>
            <Name> xs:string </Name>
            <InternalName> xs:string </InternalName>
            <Supported> xs:boolean </Supported>
            <SupportLevel> xs:string </SupportLevel>
            <x64> xs:boolean </x64>
            <MaximumCpuCount> xs:int </MaximumCpuCount>
            <MaximumCoresPerSocket> xs:int </MaximumCoresPerSocket>
            <MaximumSocketCount> xs:int </MaximumSocketCount>
            <MinimumHardwareVersion> xs:int </MinimumHardwareVersion>
            <PersonalizationEnabled> xs:boolean </PersonalizationEnabled>
            <PersonalizationAuto> xs:boolean </PersonalizationAuto>
            <SysprepPackagingSupported> xs:boolean </SysprepPackagingSupported>
            <SupportsMemHotAdd> xs:boolean </SupportsMemHotAdd>
            <cimOsId> xs:int </cimOsId>
            <CimVersion> xs:int </CimVersion>
            <SupportedForCreate> xs:boolean </SupportedForCreate>
            <RecommendedNIC name="xs:string" id="xs:int"/>
            <SupportedNICType name="xs:string" id="xs:int"/>
            <RecommendedFirmware> xs:string </RecommendedFirmware>
            <SupportedFirmware> xs:string </SupportedFirmware>
            <SupportsTPM> xs:boolean </SupportsTPM>
        </OperatingSystem>
    </OperatingSystemFamilyInfo>
</SupportedOperatingSystemsInfo>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
href anyURI No always 5.1 The URI of the entity.
type string No always 5.1 The MIME type of the entity.

Elements

Element Type Required Modifiable Since Deprecated Description
Link LinkType No none 5.1 A reference to an entity or operation associated with this object.
OperatingSystemFamilyInfo OperatingSystemFamilyInfoType No none 5.1 Operating system families available for use on virtual machines owned by this organization.
VCloudExtension VCloudExtensionType No always 5.1 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.