OperatingSystemInfoType

Type:
OperatingSystemInfoType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Information about an individual operating system.
Since:
5.1
Schema:
vms.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<OperatingSystemInfoType xmlns="http://www.vmware.com/vcloud/v1.5">
    <OperatingSystemId> xs:int </OperatingSystemId>
    <DefaultHardDiskAdapterType> xs:int </DefaultHardDiskAdapterType>
    <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>
    <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>
</OperatingSystemInfoType>

Elements

Element Type Required Modifiable Since Deprecated Description
CimVersion int Yes none 5.1 Operating system version as specified by the DMTF common information model.
DefaultHardDiskAdapterType int Yes none 5.1 Default hard disk controller type for this operating system.
InternalName string Yes none 5.1 An alternate identifier for this operating system.
MaximumCpuCount int Yes none 5.1 The maximum number of CPUs supported for use with this operating system.
MinimumHardDiskSizeGigabytes int Yes none 5.1 The minimum size of the primary hard disk for this operating system, in gigabytes.
MinimumHardwareVersion int No none 5.1 The minimum VMware hardware version required to run this operating system.
MinimumMemoryMegabytes int Yes none 5.1 The minimum amount of memory required to run this operating system, in megabytes.
Name string Yes none 5.1 The name of the operating system.
OperatingSystemId int No none 5.1 The operating system identifier.
PersonalizationAuto boolean Yes none 5.1 True if this operating system supports automatic personalization.
PersonalizationEnabled boolean Yes none 5.1 True if this operating system supports personalization.
Supported boolean Yes none 5.1 True if this operating system is supported for use in this organization.
SupportedForCreate boolean Yes none 5.1 True if this organizaion supports creation of new virtual machines with this OS type.
SupportsMemHotAdd boolean Yes none 5.1 True if this operating system allows you to add memory to a running system.
SysprepPackagingSupported boolean Yes none 5.1 True if this operating system supports use of Microsoft sysprep packaging. (Windows family only.)
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.
cimOsId int Yes none 5.1 Operating system identifier as specified by the DMTF common information model.
x64 boolean Yes none 5.1 True if this operating system is supported for use on 64-bit hardware.