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::Techpreview::Localaccounts::User::UserConfig Class Reference
Inheritance diagram for Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfig:

Avaliable Methods

public method get_role ()
 
public method set_fullname ()
 
public method get_email ()
 
public method set_role ()
 
public method set_username ()
 
public method set_email ()
 
public method get_username ()
 
public method get_fullname ()
 
public method new ()
 
public method get_status ()
 
public method set_status ()
 

Detailed Description

Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfig class Structure that defines a new user configuration for CLI.

Member Function Documentation

public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfig::get_email ( )

Gets the value of 'email' property.

Return values
email- The current value of the field. email of the local account String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfig::get_fullname ( )

Gets the value of 'fullname' property.

Return values
fullname- The current value of the field. User full name String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfig::get_role ( )

Gets the value of 'role' property.

Return values
role- The current value of the field. User roles UserRole#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfig::get_status ( )

Gets the value of 'status' property.

Return values
status- The current value of the field. Enabled status of the local account UserAccountStatus#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfig::get_username ( )

Gets the value of 'username' property.

Return values
username- The current value of the field. User login name String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfig::new ( )

Constructor to initialize the Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfig structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfig::set_email ( )

Sets the given value for 'email' property.

Parameters
email- New value for the field. email of the local account
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfig::set_fullname ( )

Sets the given value for 'fullname' property.

Parameters
fullname- New value for the field. User full name
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfig::set_role ( )

Sets the given value for 'role' property.

Parameters
role- New value for the field. User roles
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfig::set_status ( )

Sets the given value for 'status' property.

Parameters
status- New value for the field. Enabled status of the local account
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfig::set_username ( )

Sets the given value for 'username' property.

Parameters
username- New value for the field. User login name
Code:
click to view

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