|
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 | get_passwordstatus () |
| 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 | set_passwordstatus () |
| public method | get_status () |
| public method | set_status () |
Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfigGet class Structure defines a user configuration for user.get API.
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfigGet::get_email | ( | ) |
Gets the value of 'email' property.
| - The current value of the field. Email address of the local account. String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfigGet::get_fullname | ( | ) |
Gets the value of 'fullname' property.
| fullname | - The current value of the field. User full name String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfigGet::get_passwordstatus | ( | ) |
Gets the value of 'passwordstatus' property.
| passwordstatus | - The current value of the field. Shows whether the user account is still valid or expired. UserPasswordStatus# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfigGet::get_role | ( | ) |
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfigGet::get_status | ( | ) |
Gets the value of 'status' property.
| status | - The current value of the field. Shows whether the user account is enabled or disabled. UserAccountStatus# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfigGet::get_username | ( | ) |
Gets the value of 'username' property.
| username | - The current value of the field. User login name String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfigGet::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfigGet structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfigGet::set_email | ( | ) |
Sets the given value for 'email' property.
| - New value for the field. Email address of the local account. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfigGet::set_fullname | ( | ) |
Sets the given value for 'fullname' property.
| fullname | - New value for the field. User full name |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfigGet::set_passwordstatus | ( | ) |
Sets the given value for 'passwordstatus' property.
| passwordstatus | - New value for the field. Shows whether the user account is still valid or expired. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfigGet::set_role | ( | ) |
Sets the given value for 'role' property.
| role | - New value for the field. User roles |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfigGet::set_status | ( | ) |
Sets the given value for 'status' property.
| status | - New value for the field. Shows whether the user account is enabled or disabled. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfigGet::set_username | ( | ) |
Sets the given value for 'username' property.
| username | - New value for the field. User login name |
Code: