VMware vSphere Automation SDK for .NET 6.5.0
vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig Class Reference

User.UserConfig class Structure that defines a new user configuration for CLI. More...

List of all members.

Public Member Functions

 UserConfig ()
 Creates a default new instance.
string GetUsername ()
 User login name.
void SetUsername (string username)
 User login name.
vmware.appliance.techpreview.localaccounts.UserTypes.UserRole GetRole ()
 User roles.
void SetRole (vmware.appliance.techpreview.localaccounts.UserTypes.UserRole role)
 User roles.
string GetFullname ()
 User full name.
void SetFullname (string fullname)
 User full name.
vmware.appliance.techpreview.localaccounts.UserTypes.UserAccountStatus GetStatus ()
 Enabled status of the local account.
void SetStatus (vmware.appliance.techpreview.localaccounts.UserTypes.UserAccountStatus status)
 Enabled status of the local account.
string GetEmail ()
 email of the local account
void SetEmail (string email)
 email of the local account
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

User.UserConfig class Structure that defines a new user configuration for CLI.


Constructor & Destructor Documentation

vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::UserConfig ( ) [inline]

Creates a default new instance.


Member Function Documentation

T vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::_GetType ( ) [inline]
bool vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::_Validate ( ) [inline]
override bool vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::Equals ( object  obj) [inline]
string vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::GetEmail ( ) [inline]

email of the local account

string vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::GetFullname ( ) [inline]

User full name.

override int vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::GetHashCode ( ) [inline]
vmware.appliance.techpreview.localaccounts.UserTypes.UserRole vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::GetRole ( ) [inline]

User roles.

vmware.appliance.techpreview.localaccounts.UserTypes.UserAccountStatus vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::GetStatus ( ) [inline]

Enabled status of the local account.

string vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::GetUsername ( ) [inline]

User login name.

void vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::SetEmail ( string  email) [inline]

email of the local account

void vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::SetFullname ( string  fullname) [inline]

User full name.

void vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::SetRole ( vmware.appliance.techpreview.localaccounts.UserTypes.UserRole  role) [inline]

User roles.

void vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::SetStatus ( vmware.appliance.techpreview.localaccounts.UserTypes.UserAccountStatus  status) [inline]

Enabled status of the local account.

void vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::SetUsername ( string  username) [inline]

User login name.

override string vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::ToString ( ) [inline]

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