VMWProviderVdcParamsType

Element:
VMWProviderVdcParams
Type:
VMWProviderVdcParamsType
Namespace:
http://www.vmware.com/vcloud/extension/v1.5
Description:
Parameters to create or update a Provider vDC.
Since:
5.1
Schema:
vmwextensions.xsd
Media type(s):
application/vnd.vmware.admin.createProviderVdcParams+xml
Extends:
ParamsType
XML Representation:
<VMWProviderVdcParams xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5" name="xs:string">
    <Description> xs:string </Description>
    <ResourcePoolRefs>
        <VimObjectRef>
            <vcloud_v1.5:VimServerRef href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
            <MoRef> xs:string </MoRef>
            <VimObjectType> xs:string </VimObjectType>
        </VimObjectRef>
    </ResourcePoolRefs>
    <vcloud_v1.5:VimServer href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
    <HighestSupportedHardwareVersion> xs:string </HighestSupportedHardwareVersion>
    <IsEnabled> xs:boolean </IsEnabled>
    <StorageProfile> xs:string </StorageProfile>
    <HostRefs>
        <HostObjectRef>
            <vcloud_v1.5:VimServerRef href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
            <MoRef> xs:string </MoRef>
            <VimObjectType> xs:string </VimObjectType>
            <Username> xs:string </Username>
            <Password> xs:string </Password>
        </HostObjectRef>
    </HostRefs>
    <DefaultPassword> xs:string </DefaultPassword>
    <DefaultUsername> xs:string </DefaultUsername>
</VMWProviderVdcParams>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
name string No always 5.1 Typically used to name or identify the subject of the request. For example, the name of the object being created or modified.

Elements

Element Type Required Modifiable Since Deprecated Description
DefaultPassword string No none 5.1 The default password which will be used for preparing hosts.
DefaultUsername string No none 5.1 The default username which will be used for preparing hosts.
Description string No always 5.1 Optional description.
HighestSupportedHardwareVersion string No always 5.1 The highest supported virtual hardware version in the provider vDC. The two possible values are: vmx-07 -- virtual hardware version 7. vmx-08 -- virtual hardware version 8.
HostRefs HostObjectRefsType No none 5.1 List of host which will be prepared.
IsEnabled boolean No always 5.1 Flag to show the enabled status of provider VDC.
ResourcePoolRefs VimObjectRefsType Yes always 5.1 Resource pools backing this provider vDC. You must specify a resource pool that is not used by (and is not the child of a resource pool used by) any other provider vDC.
StorageProfile string Yes none 5.1 Names of the storage profiles to add to this provider vDC.
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.
VimServer ReferenceType Yes always 5.1 The vCenter server that provides the resource pools and datastores. A valid reference is required on create. On modify, this element is required for schema validation, but its contents cannot be changed.

Operations

CRUD Operation Description Since Deprecated
as input POST /admin/extension/providervdcsparams Create a provider vDC. 5.1