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):
application/vnd.vmware.vcloud.supportedSystemsInfo+json
application/vnd.vmware.vcloud.supportedSystemsInfo+xml
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"/>
    <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>
            <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"/>
        </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.

Operations

CRUD Operation Description Since Deprecated
read GET /supportedSystemsInfo List operating systems available for use on virtual machines owned by this organization. 5.1 Since version 29.0. Use the supportedSystemsInfo link in an organization VDC to retrieve a list of guest operating systems supported in that VDC.