|
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 | 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 () |
Represents data associated with an API session.
| public method Com::Vmware::Cis::Session::Info::get_created_time | ( | ) |
Gets the value of 'created_time' property.
| created_time | - The current value of the field. Time when the session was created. DateTime# |
Code:
| public method Com::Vmware::Cis::Session::Info::get_last_accessed_time | ( | ) |
Gets the value of 'last_accessed_time' property.
| 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:
| public method Com::Vmware::Cis::Session::Info::get_user | ( | ) |
Gets the value of 'user' property.
| user | - The current value of the field. Fully qualified name of the end user that created the session, for example Administrator@vsphere.local. 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:
| public method Com::Vmware::Cis::Session::Info::new | ( | ) |
Constructor to initialize the Com::Vmware::Cis::Session::Info structure
| Blessed | object |
Code:
| public method Com::Vmware::Cis::Session::Info::set_created_time | ( | ) |
Sets the given value for 'created_time' property.
| created_time | - New value for the field. Time when the session was created. |
Code:
| public method Com::Vmware::Cis::Session::Info::set_last_accessed_time | ( | ) |
Sets the given value for 'last_accessed_time' property.
| last_accessed_time | - New value for the field. Last time this session was used by passing the session key for invoking an API. |
Code:
| public method Com::Vmware::Cis::Session::Info::set_user | ( | ) |
Sets the given value for 'user' property.
| user | - New value for the field. Fully qualified name of the end user that created the session, for example Administrator@vsphere.local. 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: