VMware Cloud Director 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">
<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>
</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.