|
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 | get_names () |
| public method | set_function () |
| public method | get_interval () |
| public method | get_function () |
| public method | set_names () |
| public method | set_end_time () |
| public method | new () |
| public method | set_start_time () |
Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest class Structure representing requested monitored item data.
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest::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::MonitoredItemDataRequest::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::MonitoredItemDataRequest::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::MonitoredItemDataRequest::get_names | ( | ) |
Gets the value of 'names' property.
| names | - The current value of the field. monitored item IDs Ex: CPU, MEMORY List# |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest::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::MonitoredItemDataRequest::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest::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::MonitoredItemDataRequest::set_function | ( | ) |
Sets the given value for 'function' property.
| function | - New value for the field. aggregation function |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest::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::MonitoredItemDataRequest::set_names | ( | ) |
Sets the given value for 'names' property.
| names | - New value for the field. monitored item IDs Ex: CPU, MEMORY |
Code:
| public method Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest::set_start_time | ( | ) |
Sets the given value for 'start_time' property.
| start_time | - New value for the field. Starting time |
Code: