public abstract class VmwareCimCollectionResource extends AbstractCollectionResource
m_agent
RESOURCE_TYPE_IF, RESOURCE_TYPE_NODE
Constructor and Description |
---|
VmwareCimCollectionResource(CollectionAgent agent) |
Modifier and Type | Method and Description |
---|---|
abstract String |
getInstance()
Returns the name of the instance this
CollectionResource represents. |
abstract String |
getResourceTypeName()
Returns a string which indicates what type of resource.
|
void |
setAttributeValue(CollectionAttributeType type,
String value) |
addAttribute, getGroup, getInterfaceLabel, getOwnerName, getParent, getPath, getTimeKeeper, rescanNeeded, shouldPersist, visit
public VmwareCimCollectionResource(CollectionAgent agent)
public void setAttributeValue(CollectionAttributeType type, String value)
public abstract String getResourceTypeName()
CollectionResource
String
object.public abstract String getInstance()
CollectionResource
CollectionResource
represents. For node level resources, this will be null
to indicate the default instance. For interface level resources, some label unique to the node (ifIndex probably).
For Generic resources (e.g. the SNMP GenericIndexResource
), this will be some identifying label, probably the index in the table.
This value is used by the StorageStrategy
implementations to figure out the label for the resource which
is used in constructing its RRD directory.String
object.Copyright © 2017. All rights reserved.