|
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 | get_start_time () |
| public method | get_end_time () |
| public method | set_interval () |
| public method | set_function () |
| public method | set_name () |
| public method | get_data () |
| public method | get_interval () |
| public method | set_data () |
| public method | get_function () |
| public method | set_end_time () |
| public method | new () |
| public method | set_start_time () |
| public method | get_name () |
Com::Vmware::Appliance::Monitoring::MonitoredItemData class Structure representing monitored item data.
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::get_data | ( | ) |
Gets the value of 'data' property.
| data | - The current value of the field. list of values List# |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::get_end_time | ( | ) |
Gets the value of 'end_time' property.
| end_time | - The current value of the field. Ending time DateTime# |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::get_function | ( | ) |
Gets the value of 'function' property.
| function | - The current value of the field. aggregation function FunctionType# |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::get_interval | ( | ) |
Gets the value of 'interval' property.
| interval | - The current value of the field. interval between values in hours, minutes IntervalType# |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. Monitored item IDs Ex: CPU, MEMORY, STORAGE_TOTAL ID# |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::get_start_time | ( | ) |
Gets the value of 'start_time' property.
| start_time | - The current value of the field. Starting time DateTime# |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Monitoring::MonitoredItemData structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::set_data | ( | ) |
Sets the given value for 'data' property.
| data | - New value for the field. list of values |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::set_end_time | ( | ) |
Sets the given value for 'end_time' property.
| end_time | - New value for the field. Ending time |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::set_function | ( | ) |
Sets the given value for 'function' property.
| function | - New value for the field. aggregation function |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::set_interval | ( | ) |
Sets the given value for 'interval' property.
| interval | - New value for the field. interval between values in hours, minutes |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. Monitored item IDs Ex: CPU, MEMORY, STORAGE_TOTAL |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::set_start_time | ( | ) |
Sets the given value for 'start_time' property.
| start_time | - New value for the field. Starting time |
Code: