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

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

Detailed Description

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

Member Function Documentation

public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::get_data ( )

Gets the value of 'data' property.

Return values
data- The current value of the field. list of values List#
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::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::MonitoredItemData::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::MonitoredItemData::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::MonitoredItemData::get_name ( )

Gets the value of 'name' property.

Return values
name- The current value of the field. Monitored item IDs Ex: CPU, MEMORY, STORAGE_TOTAL ID#
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::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::MonitoredItemData::new ( )

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

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

Sets the given value for 'data' property.

Parameters
data- New value for the field. list of values
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::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::MonitoredItemData::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::MonitoredItemData::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::MonitoredItemData::set_name ( )

Sets the given value for 'name' property.

Parameters
name- New value for the field. Monitored item IDs Ex: CPU, MEMORY, STORAGE_TOTAL
Code:
click to view
public method Com::Vmware::Appliance::Monitoring::MonitoredItemData::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: