|
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
|
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 () |
Com::Vmware::Appliance::Monitoring::MonitoredItem class Structure representing requested monitored item data.
| public method Com::Vmware::Appliance::Monitoring::MonitoredItem::get_category | ( | ) |
Gets the value of 'category' property.
| category | - The current value of the field. category Ex: network, storage etc String# |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItem::get_description | ( | ) |
Gets the value of 'description' property.
| description | - The current value of the field. monitored item description Ex: com.vmware.applmgmt.mon.descr.net.rx.packetRate.eth0 String# |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItem::get_id | ( | ) |
Gets the value of 'id' property.
| id | - The current value of the field. monitored item ID Ex: CPU, MEMORY ID# |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItem::get_instance | ( | ) |
Gets the value of 'instance' property.
| instance | - The current value of the field. instance name Ex: eth0 String# |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItem::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. monitored item name Ex: "Network write speed" String# |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItem::get_units | ( | ) |
Gets the value of 'units' property.
| units | - The current value of the field. Y-axis label EX: "Mbps", "%" String# |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItem::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Monitoring::MonitoredItem structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItem::set_category | ( | ) |
Sets the given value for 'category' property.
| category | - New value for the field. category Ex: network, storage etc |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItem::set_description | ( | ) |
Sets the given value for 'description' property.
| description | - New value for the field. monitored item description Ex: com.vmware.applmgmt.mon.descr.net.rx.packetRate.eth0 |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItem::set_id | ( | ) |
Sets the given value for 'id' property.
| id | - New value for the field. monitored item ID Ex: CPU, MEMORY |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItem::set_instance | ( | ) |
Sets the given value for 'instance' property.
| instance | - New value for the field. instance name Ex: eth0 |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItem::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. monitored item name Ex: "Network write speed" |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItem::set_units | ( | ) |
Sets the given value for 'units' property.
| units | - New value for the field. Y-axis label EX: "Mbps", "%" |
Code: