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
Classes | List of all members
Com::Vmware::Appliance::Techpreview::Localaccounts::User Class Reference
Inheritance diagram for Com::Vmware::Appliance::Techpreview::Localaccounts::User:
Com::Vmware::Vapi::Bindings::VapiInterface

Classes

class  NewUserConfig
 
class  UserAccountStatus
 
class  UserConfig
 
class  UserConfigGet
 
class  UserPasswordStatus
 
class  UserRole
 

Avaliable Methods

public method add ()
 
public method get ()
 
public method delete ()
 
public method new ()
 
public method list ()
 
public method set ()
 

Detailed Description

Com::Vmware::Appliance::Techpreview::Localaccounts::User interface provides methods* Perform operations on local user account.

Member Function Documentation

public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::add ( )

Create a new local user account.

Parameters
config[REQUIRED] User configuration. . The value must be Com::Vmware::Appliance::Techpreview::Localaccounts::User::NewUserConfig.
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::delete ( )

Delete a local user account.

Parameters
username[REQUIRED] User login name. . The value must be String.
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::get ( )

Get the local user account information.

Parameters
username[REQUIRED] User login name. . The value must be String.
Return values
localuser account information The return type will be Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfigGet
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::list ( )

List of local accounts

Return values
Userconfiguration. The return type will be Array of Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfigGet
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::new ( )

Constructor to initialize the object

Parameters
api_provider- protocol connection to use with stubs created by this factory
StubConfig- Stub's additional configuration
Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Localaccounts::User::set ( )

Update local user account properties role, full name, enabled status and password

Parameters
config[REQUIRED] User configuration. . The value must be Com::Vmware::Appliance::Techpreview::Localaccounts::User::UserConfig.
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view

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