VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
 All Classes Files Functions
List of all members
Com::Vmware::Appliance::Monitoring::MonitoredItem Class Reference
Inheritance diagram for Com::Vmware::Appliance::Monitoring::MonitoredItem:

Avaliable Methods

public method set_category ()
 
public method set_description ()
 
public method set_instance ()
 
public method get_id ()
 
public method set_name ()
 
public method set_id ()
 
public method set_units ()
 
public method get_units ()
 
public method get_description ()
 
public method get_category ()
 
public method new ()
 
public method get_instance ()
 
public method get_name ()
 

Detailed Description

Com::Vmware::Appliance::Monitoring::MonitoredItem class Structure representing requested monitored item data.

Member Function Documentation

public method Com::Vmware::Appliance::Monitoring::MonitoredItem::get_category ( )

Gets the value of 'category' property.

Return values
category- The current value of the field. category Ex: network, storage etc String#
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItem::get_description ( )

Gets the value of 'description' property.

Return values
description- The current value of the field. monitored item description Ex: com.vmware.applmgmt.mon.descr.net.rx.packetRate.eth0 String#
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItem::get_id ( )

Gets the value of 'id' property.

Return values
id- The current value of the field. monitored item ID Ex: CPU, MEMORY ID#
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItem::get_instance ( )

Gets the value of 'instance' property.

Return values
instance- The current value of the field. instance name Ex: eth0 String#
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItem::get_name ( )

Gets the value of 'name' property.

Return values
name- The current value of the field. monitored item name Ex: "Network write speed" String#
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItem::get_units ( )

Gets the value of 'units' property.

Return values
units- The current value of the field. Y-axis label EX: "Mbps", "%" String#
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItem::new ( )

Constructor to initialize the Com::Vmware::Appliance::Monitoring::MonitoredItem structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItem::set_category ( )

Sets the given value for 'category' property.

Parameters
category- New value for the field. category Ex: network, storage etc
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItem::set_description ( )

Sets the given value for 'description' property.

Parameters
description- New value for the field. monitored item description Ex: com.vmware.applmgmt.mon.descr.net.rx.packetRate.eth0
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItem::set_id ( )

Sets the given value for 'id' property.

Parameters
id- New value for the field. monitored item ID Ex: CPU, MEMORY
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItem::set_instance ( )

Sets the given value for 'instance' property.

Parameters
instance- New value for the field. instance name Ex: eth0
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItem::set_name ( )

Sets the given value for 'name' property.

Parameters
name- New value for the field. monitored item name Ex: "Network write speed"
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItem::set_units ( )

Sets the given value for 'units' property.

Parameters
units- New value for the field. Y-axis label EX: "Mbps", "%"
Code:
click to view

The documentation for this class was generated from the following file: