6.3

Table Of Contents
Property Definitions in vRealize
Operations Manager 2
Properties are aributes of objects in the vRealize Operations Manager environment. You use properties in
symptom denitions. You can also use properties in dashboards, views, and reports.
vRealize Operations Manager uses adapters to collect properties for target objects in your environment.
Property denitions for all objects connected through the vCenter adapter are provided. The properties
collected depend on the objects in your environment.
You can add symptoms based on properties to an alert denition so that you are notied if a change occurs
to properties on your monitored objects. For example, disk space is a hardware property of a virtual
machine. You can use disk space to dene a symptom that warns you when the value falls below a certain
numeric value. See the vRealize Operations Manager User Guide.
vRealize Operations Manager generates Object Type Classication and Subclassication properties for every
object. You can use object type classication properties to identify whether an object is an adapter instance,
custom group, application, tier, or a general object with property values ADAPTER_INSTANCE, GROUP,
BUSINESS_SERVICE, TIER, or GENERAL, respectively.
This chapter includes the following topics:
n
“Properties for vCenter Server Components,” on page 111
n
“Self-Monitoring Properties for vRealize Operations Manager,” on page 124
Properties for vCenter Server Components
The VMware vSphere solution is installed with vRealize Operations Managerand includes the vCenter
adapter. vRealize Operations Manager uses the vCenter adapter to collect properties for objects in the
vCenter Server system.
vCenter Server components are listed in the describe.xml le for the vCenter adapter. The following
example shows the runtime property memoryCap or Memory Capacity for the virtual machine in the
describe.xml.
<ResourceGroup instanced="false" key="runtime" nameKey="5300" validation="">
<ResourceAttribute key="memoryCap" nameKey="1780" dashboardOrder="200" dataType="float"
defaultMonitored="true" isDiscrete="false" isRate="false" maxVal=""
minVal="" isProperty="true" unit="kb"/>
</ResourceGroup>
The ResourceAttribute element includes the name of the property that appears in the UI and is documented
as a Property Key. isProperty = "true" indicates that ResourceAttribute is a property.
VMware, Inc.
111