|
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_role () |
| public method | set_fullname () |
| public method | get_email () |
| public method | set_role () |
| public method | set_password () |
| public method | set_username () |
| public method | get_password () |
| public method | set_email () |
| public method | get_username () |
| public method | get_fullname () |
| public method | new () |
Com::Vmware::Appliance::Techpreview::Localaccounts::User::NewUserConfig class Structure that defines a new user configuration.
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::NewUserConfig::get_email | ( | ) |
Gets the value of 'email' property.
| - The current value of the field. Email address of the local account. Optional# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::NewUserConfig::get_fullname | ( | ) |
Gets the value of 'fullname' property.
| fullname | - The current value of the field. User full name Optional# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::NewUserConfig::get_password | ( | ) |
Gets the value of 'password' property.
| password | - The current value of the field. User login password In Interactive mode, provide –password as part of the command, and enter the value on the prompt. When accessed remotely, provide –password value as part the command. Secret# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::NewUserConfig::get_role | ( | ) |
Gets the value of 'role' property.
| role | - The current value of the field. User roles. The default role is operator. Optional# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::NewUserConfig::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::NewUserConfig::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::Localaccounts::User::NewUserConfig structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::NewUserConfig::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::NewUserConfig::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::NewUserConfig::set_password | ( | ) |
Sets the given value for 'password' property.
| password | - New value for the field. User login password In Interactive mode, provide –password as part of the command, and enter the value on the prompt. When accessed remotely, provide –password value as part the command. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::NewUserConfig::set_role | ( | ) |
Sets the given value for 'role' property.
| role | - New value for the field. User roles. The default role is operator. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::NewUserConfig::set_username | ( | ) |
Sets the given value for 'username' property.
| username | - New value for the field. User login name |
Code: