vCloud API - OperatingSystemFamilyInfoType
OperatingSystemFamilyInfoType
- Type:
- OperatingSystemFamilyInfoType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents an operating system family.
- Since:
- 5.1
- Schema:
- vms.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
- <OperatingSystemFamilyInfoType xmlns="http://www.vmware.com/vcloud/v1.5">
<VCloudExtension required="xs:boolean"/>
<Name> xs:string </Name>
<OperatingSystemFamilyId> xs:int </OperatingSystemFamilyId>
<OperatingSystem>
<VCloudExtension required="xs:boolean"/>
<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>
</OperatingSystem>
</OperatingSystemFamilyInfoType>
Elements
-
Element Type Required Modifiable Since Deprecated Description Name string Yes none 5.1 The name of the operating system family. OperatingSystem OperatingSystemInfoType No none 5.1 Configuration details for an individual operating system. OperatingSystemFamilyId int No none 5.1 The identifier of the operating system family. 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.