|
VMware vSphere Automation SDK for .NET 6.5.0
|
User.UserConfig class Structure that defines a new user configuration for CLI.
More...
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 > () |
| T | _ConvertTo< T > () |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
User.UserConfig class Structure that defines a new user configuration for CLI.
| vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::UserConfig | ( | ) | [inline] |
Creates a default new instance.
| T vmware::appliance::techpreview::localaccounts::UserTypes::UserConfig::_ConvertTo< T > | ( | ) | [inline] |
| 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] |
| 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 | ) | [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] |