ReferencesType

Elements:
AclRuleReferences, AdminApiDefinitionReferences, AdminDiskReferences, AdminEventReferences, AdminFileDescriptorReferences, AdminOrgVdcStorageProfileReferences, AdminServiceOfferingInstanceReferences, AdminServiceReferences, AdminVdcReferences, ApiDefinitionReferences, ApiFilterReferences, BlockingTaskReferences (extension/v1.5), BlockingTaskReferences (v1.5), CatalogItemReferences, CatalogReferences, DatastoreReferences (extension/v1.5), DatastoreReferences (v1.5), DiskReferences, EdgeGatewayReferences, FromCloudTunnelReferences, GroupReferences, HostReferences, MediaReferences, NetworkPoolReferences, NetworkReferences, OrgNetworkReferences, OrgReferences, OrgVdcNetworkReferences, OrgVdcReferences, OrgVdcStorageProfileReferences, ProviderVdcStorageProfileReferences, References, ResourceClassActionReferences, ResourceClassReferences, RightReferences, RoleReferences, ServiceExtensionReferences, ServiceLinkReferences, ServiceOfferingInstanceReferences, ServiceOfferingReferences, ServiceReferences, ServiceResourceResourceReferences, ShadowVMReferences, StrandedItemReferences, TaskReferences, ToCloudTunnelReferences, UserReferences, VAppNetworkReferences, VAppOrgNetworkRelationReferences, VAppOrgVdcNetworkRelationReferences, VAppReferences, VAppTemplateReferences, VMReferences, VMWProviderVdcReferences (v1.5), VMWVdcTemplateReferences, VchsEdgeGatewayReferences, VchsOrgVdcNetworkReferences, VdcServiceOfferingReferences, VirtualCenterReferences, VmServiceOfferingInstanceReferences
Type:
ReferencesType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Container for query results returned in references format.
Since:
Schema:
common.xsd
Media type(s):
None
Extends:
ContainerType
XML Representation:
<OrgVdcStorageProfileReferences xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string" name="xs:string" page="xs:int"
        pageSize="xs:int" total="xs:long">
    <VCloudExtension required="xs:boolean"/>
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string">
        <VCloudExtension required="xs:boolean"/>
    </Link>
    <Reference href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
        <VCloudExtension required="xs:boolean"/>
    </Reference>
</OrgVdcStorageProfileReferences>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
href anyURI No always The URI of the entity.
type string No always The MIME type of the entity.
name string No none Query name that generated this result set.
page int No none Page of the result set that this container holds. The first page is page number 1.
pageSize int No none Page size, as a number of records or references.
total long No none Total number of records or references in the container.

Elements

Element Type Required Modifiable Since Deprecated Description
Link LinkType No none A reference to an entity or operation associated with this object.
Reference ReferenceType No
VCloudExtension VCloudExtensionType No always An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.