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::Cis::Session::Info Class Reference
Inheritance diagram for Com::Vmware::Cis::Session::Info:

Avaliable Methods

public method set_created_time ()
 
public method set_last_accessed_time ()
 
public method new ()
 
public method get_last_accessed_time ()
 
public method set_user ()
 
public method get_created_time ()
 
public method get_user ()
 

Detailed Description

Represents data associated with an API session.

Member Function Documentation

public method Com::Vmware::Cis::Session::Info::get_created_time ( )

Gets the value of 'created_time' property.

Return values
created_time- The current value of the field. Time when the session was created. DateTime#
Code:
click to view
public method Com::Vmware::Cis::Session::Info::get_last_accessed_time ( )

Gets the value of 'last_accessed_time' property.

Return values
last_accessed_time- The current value of the field. Last time this session was used by passing the session key for invoking an API. DateTime#
Code:
click to view
public method Com::Vmware::Cis::Session::Info::get_user ( )

Gets the value of 'user' property.

Return values
user- The current value of the field. Fully qualified name of the end user that created the session, for example Admin.nosp@m.istr.nosp@m.ator@.nosp@m.vsph.nosp@m.ere.l.nosp@m.ocal. A typical use case for this information is in Graphical User Interfaces (GUI) or logging systems to visualize the identity of the current user. String#
Code:
click to view
public method Com::Vmware::Cis::Session::Info::new ( )

Constructor to initialize the Com::Vmware::Cis::Session::Info structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Cis::Session::Info::set_created_time ( )

Sets the given value for 'created_time' property.

Parameters
created_time- New value for the field. Time when the session was created.
Code:
click to view
public method Com::Vmware::Cis::Session::Info::set_last_accessed_time ( )

Sets the given value for 'last_accessed_time' property.

Parameters
last_accessed_time- New value for the field. Last time this session was used by passing the session key for invoking an API.
Code:
click to view
public method Com::Vmware::Cis::Session::Info::set_user ( )

Sets the given value for 'user' property.

Parameters
user- New value for the field. Fully qualified name of the end user that created the session, for example Admin.nosp@m.istr.nosp@m.ator@.nosp@m.vsph.nosp@m.ere.l.nosp@m.ocal. A typical use case for this information is in Graphical User Interfaces (GUI) or logging systems to visualize the identity of the current user.
Code:
click to view

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