LicenseMetricsInfoType

Type:
LicenseMetricsInfoType
Namespace:
http://www.vmware.com/vcloud/extension/v1.5
Description:
Report of License usage metrics.
Since:
1.5
Schema:
settings.xsd
Media type(s):
None
Extends:
ResourceType
XML Representation:
<LicenseMetricsInfoType xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
    <vcloud_v1.5:Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string"/>
    <vRAM> xs:long </vRAM>
    <vCPU> xs:long </vCPU>
    <RunningVMs> xs:long </RunningVMs>
    <PhysicalMemoryUsed> xs:long </PhysicalMemoryUsed>
    <PhysicalSocketCount> xs:int </PhysicalSocketCount>
    <AvailablePhysicalMemory> xs:long </AvailablePhysicalMemory>
    <LastUpdate> xs:dateTime </LastUpdate>
    <PublishingToRemoteSites> xs:boolean </PublishingToRemoteSites>
    <SubscribingToRemoteSites> xs:boolean </SubscribingToRemoteSites>
</LicenseMetricsInfoType>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
href anyURI No always 1.5 The URI of the entity.
type string No always 1.5 The MIME type of the entity.

Elements

Element Type Required Modifiable Since Deprecated Description
AvailablePhysicalMemory long No none 1.5 Total physical memory used during the observation period.
LastUpdate dateTime No none 1.5 Date that the report was collected.
Link LinkType No none 1.5 A reference to an entity or operation associated with this object.
PhysicalMemoryUsed long No none 1.5 Physical memory used during the observation period.
PhysicalSocketCount int No none 1.5 Network sockets use count.
PublishingToRemoteSites boolean No none 5.5 Whether the content-catalog feature to publish to external sites is used.
RunningVMs long No none 1.5 Number of VMs.
SubscribingToRemoteSites boolean No none 5.5 Whether the content-catalog feature to subscribe to external sites is used.
VCloudExtension VCloudExtensionType No always 1.5 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.
vCPU long No none 1.5 Number of virtual processors used.
vRAM long No none 1.5 Virtual memory allocation.