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::MonitoredItemDataRequest Class Reference
Inheritance diagram for Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest:

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 ()
 

Detailed Description

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

Member Function Documentation

public method Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest::get_end_time ( )

Gets the value of 'end_time' property.

Return values
end_time- The current value of the field. Ending time DateTime#
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest::get_function ( )

Gets the value of 'function' property.

Return values
function- The current value of the field. aggregation function FunctionType#
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest::get_interval ( )

Gets the value of 'interval' property.

Return values
interval- The current value of the field. interval between values in hours, minutes IntervalType#
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest::get_names ( )

Gets the value of 'names' property.

Return values
names- The current value of the field. monitored item IDs Ex: CPU, MEMORY List#
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest::get_start_time ( )

Gets the value of 'start_time' property.

Return values
start_time- The current value of the field. Starting time DateTime#
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest::new ( )

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

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

Sets the given value for 'end_time' property.

Parameters
end_time- New value for the field. Ending time
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest::set_function ( )

Sets the given value for 'function' property.

Parameters
function- New value for the field. aggregation function
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest::set_interval ( )

Sets the given value for 'interval' property.

Parameters
interval- New value for the field. interval between values in hours, minutes
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest::set_names ( )

Sets the given value for 'names' property.

Parameters
names- New value for the field. monitored item IDs Ex: CPU, MEMORY
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItemDataRequest::set_start_time ( )

Sets the given value for 'start_time' property.

Parameters
start_time- New value for the field. Starting time
Code:
click to view

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