VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the LocalAccounts API service. More...
Inherits vmware::appliance::LocalAccounts.
Public Member Functions | |
LocalAccountsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
LocalAccountsStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
vmware.appliance.LocalAccountsTypes.Info | Get (string username) |
Get the local user account information. | |
vmware.appliance.LocalAccountsTypes.Info | Get (string username, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get the local user account information. | |
global::System.Threading.Tasks.Task < vmware.appliance.LocalAccountsTypes.Info > | GetAsync (string username) |
Get the local user account information. | |
global::System.Threading.Tasks.Task < vmware.appliance.LocalAccountsTypes.Info > | GetAsync (string username, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get the local user account information. | |
global::System.Collections.Generic.List < string > | List () |
Get a list of the local user accounts. | |
global::System.Collections.Generic.List < string > | List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get a list of the local user accounts. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < string > > | ListAsync () |
Get a list of the local user accounts. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < string > > | ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get a list of the local user accounts. | |
void | Create (string username, vmware.appliance.LocalAccountsTypes.Config config) |
Create a new local user account. | |
void | Create (string username, vmware.appliance.LocalAccountsTypes.Config config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Create a new local user account. | |
global::System.Threading.Tasks.Task | CreateAsync (string username, vmware.appliance.LocalAccountsTypes.Config config) |
Create a new local user account. | |
global::System.Threading.Tasks.Task | CreateAsync (string username, vmware.appliance.LocalAccountsTypes.Config config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Create a new local user account. | |
void | Set (string username, vmware.appliance.LocalAccountsTypes.Config config) |
Set local user account properties. | |
void | Set (string username, vmware.appliance.LocalAccountsTypes.Config config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Set local user account properties. | |
global::System.Threading.Tasks.Task | SetAsync (string username, vmware.appliance.LocalAccountsTypes.Config config) |
Set local user account properties. | |
global::System.Threading.Tasks.Task | SetAsync (string username, vmware.appliance.LocalAccountsTypes.Config config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Set local user account properties. | |
void | Update (string username, vmware.appliance.LocalAccountsTypes.UpdateConfig config) |
Update selected fields in local user account properties. | |
void | Update (string username, vmware.appliance.LocalAccountsTypes.UpdateConfig config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Update selected fields in local user account properties. | |
global::System.Threading.Tasks.Task | UpdateAsync (string username, vmware.appliance.LocalAccountsTypes.UpdateConfig config) |
Update selected fields in local user account properties. | |
global::System.Threading.Tasks.Task | UpdateAsync (string username, vmware.appliance.LocalAccountsTypes.UpdateConfig config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Update selected fields in local user account properties. | |
void | Delete (string username) |
Delete a local user account. | |
void | Delete (string username, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Delete a local user account. | |
global::System.Threading.Tasks.Task | DeleteAsync (string username) |
Delete a local user account. | |
global::System.Threading.Tasks.Task | DeleteAsync (string username, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Delete a local user account. |
Remote stub implementation of the LocalAccounts API service.
vmware::appliance::LocalAccountsStub::LocalAccountsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::appliance::LocalAccountsStub::LocalAccountsStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
void vmware::appliance::LocalAccountsStub::Create | ( | string | username, |
vmware.appliance.LocalAccountsTypes.Config | config | ||
) | [inline] |
Create a new local user account.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.AlreadyExists | If an account already exists |
vmware.vapi.std.errors.InvalidArgument | If a username is invalid (username is validated against [a-zA-Z0-9][a-zA-Z0-9\-\.@]*[a-zA-Z0-9] pattern) |
vmware.vapi.std.errors.Error | Generic error |
username | User login name The parameter must be an identifier for the resource type: com.vmware.appliance.local_accounts . |
config | User configuration |
Implements vmware::appliance::LocalAccounts.
void vmware::appliance::LocalAccountsStub::Create | ( | string | username, |
vmware.appliance.LocalAccountsTypes.Config | config, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Create a new local user account.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.AlreadyExists | If an account already exists |
vmware.vapi.std.errors.InvalidArgument | If a username is invalid (username is validated against [a-zA-Z0-9][a-zA-Z0-9\-\.@]*[a-zA-Z0-9] pattern) |
vmware.vapi.std.errors.Error | Generic error |
username | User login name The parameter must be an identifier for the resource type: com.vmware.appliance.local_accounts . |
config | User configuration |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::LocalAccounts.
global::System.Threading.Tasks.Task vmware::appliance::LocalAccountsStub::CreateAsync | ( | string | username, |
vmware.appliance.LocalAccountsTypes.Config | config | ||
) | [inline] |
Create a new local user account.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.AlreadyExists | If an account already exists |
vmware.vapi.std.errors.InvalidArgument | If a username is invalid (username is validated against [a-zA-Z0-9][a-zA-Z0-9\-\.@]*[a-zA-Z0-9] pattern) |
vmware.vapi.std.errors.Error | Generic error |
username | User login name The parameter must be an identifier for the resource type: com.vmware.appliance.local_accounts . |
config | User configuration |
Implements vmware::appliance::LocalAccounts.
global::System.Threading.Tasks.Task vmware::appliance::LocalAccountsStub::CreateAsync | ( | string | username, |
vmware.appliance.LocalAccountsTypes.Config | config, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Create a new local user account.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.AlreadyExists | If an account already exists |
vmware.vapi.std.errors.InvalidArgument | If a username is invalid (username is validated against [a-zA-Z0-9][a-zA-Z0-9\-\.@]*[a-zA-Z0-9] pattern) |
vmware.vapi.std.errors.Error | Generic error |
username | User login name The parameter must be an identifier for the resource type: com.vmware.appliance.local_accounts . |
config | User configuration |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::LocalAccounts.
void vmware::appliance::LocalAccountsStub::Delete | ( | string | username | ) | [inline] |
Delete a local user account.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | If the account is not found |
vmware.vapi.std.errors.Error | Generic error |
username | User login name The parameter must be an identifier for the resource type: com.vmware.appliance.local_accounts . |
Implements vmware::appliance::LocalAccounts.
void vmware::appliance::LocalAccountsStub::Delete | ( | string | username, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Delete a local user account.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | If the account is not found |
vmware.vapi.std.errors.Error | Generic error |
username | User login name The parameter must be an identifier for the resource type: com.vmware.appliance.local_accounts . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::LocalAccounts.
global::System.Threading.Tasks.Task vmware::appliance::LocalAccountsStub::DeleteAsync | ( | string | username | ) | [inline] |
Delete a local user account.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | If the account is not found |
vmware.vapi.std.errors.Error | Generic error |
username | User login name The parameter must be an identifier for the resource type: com.vmware.appliance.local_accounts . |
Implements vmware::appliance::LocalAccounts.
global::System.Threading.Tasks.Task vmware::appliance::LocalAccountsStub::DeleteAsync | ( | string | username, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Delete a local user account.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | If the account is not found |
vmware.vapi.std.errors.Error | Generic error |
username | User login name The parameter must be an identifier for the resource type: com.vmware.appliance.local_accounts . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::LocalAccounts.
vmware.appliance.LocalAccountsTypes.Info vmware::appliance::LocalAccountsStub::Get | ( | string | username, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Get the local user account information.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | If the account is not found |
vmware.vapi.std.errors.Error | Generic error |
username | User login name |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::LocalAccounts.
vmware.appliance.LocalAccountsTypes.Info vmware::appliance::LocalAccountsStub::Get | ( | string | username | ) | [inline] |
Get the local user account information.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | If the account is not found |
vmware.vapi.std.errors.Error | Generic error |
username | User login name |
Implements vmware::appliance::LocalAccounts.
global::System.Threading.Tasks.Task<vmware.appliance.LocalAccountsTypes.Info> vmware::appliance::LocalAccountsStub::GetAsync | ( | string | username, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Get the local user account information.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | If the account is not found |
vmware.vapi.std.errors.Error | Generic error |
username | User login name |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::LocalAccounts.
global::System.Threading.Tasks.Task<vmware.appliance.LocalAccountsTypes.Info> vmware::appliance::LocalAccountsStub::GetAsync | ( | string | username | ) | [inline] |
Get the local user account information.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | If the account is not found |
vmware.vapi.std.errors.Error | Generic error |
username | User login name |
Implements vmware::appliance::LocalAccounts.
global::System.Collections.Generic.List<string> vmware::appliance::LocalAccountsStub::List | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Get a list of the local user accounts.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
com.vmware.appliance.local_accounts
. Implements vmware::appliance::LocalAccounts.
global::System.Collections.Generic.List<string> vmware::appliance::LocalAccountsStub::List | ( | ) | [inline] |
Get a list of the local user accounts.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
com.vmware.appliance.local_accounts
. Implements vmware::appliance::LocalAccounts.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::appliance::LocalAccountsStub::ListAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Get a list of the local user accounts.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
com.vmware.appliance.local_accounts
. Implements vmware::appliance::LocalAccounts.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<string> > vmware::appliance::LocalAccountsStub::ListAsync | ( | ) | [inline] |
Get a list of the local user accounts.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
com.vmware.appliance.local_accounts
. Implements vmware::appliance::LocalAccounts.
void vmware::appliance::LocalAccountsStub::Set | ( | string | username, |
vmware.appliance.LocalAccountsTypes.Config | config | ||
) | [inline] |
Set local user account properties.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | If the account is not found |
vmware.vapi.std.errors.Error | Generic error |
username | User login name The parameter must be an identifier for the resource type: com.vmware.appliance.local_accounts . |
config | User configuration |
Implements vmware::appliance::LocalAccounts.
void vmware::appliance::LocalAccountsStub::Set | ( | string | username, |
vmware.appliance.LocalAccountsTypes.Config | config, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Set local user account properties.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | If the account is not found |
vmware.vapi.std.errors.Error | Generic error |
username | User login name The parameter must be an identifier for the resource type: com.vmware.appliance.local_accounts . |
config | User configuration |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::LocalAccounts.
global::System.Threading.Tasks.Task vmware::appliance::LocalAccountsStub::SetAsync | ( | string | username, |
vmware.appliance.LocalAccountsTypes.Config | config, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Set local user account properties.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | If the account is not found |
vmware.vapi.std.errors.Error | Generic error |
username | User login name The parameter must be an identifier for the resource type: com.vmware.appliance.local_accounts . |
config | User configuration |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::LocalAccounts.
global::System.Threading.Tasks.Task vmware::appliance::LocalAccountsStub::SetAsync | ( | string | username, |
vmware.appliance.LocalAccountsTypes.Config | config | ||
) | [inline] |
Set local user account properties.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | If the account is not found |
vmware.vapi.std.errors.Error | Generic error |
username | User login name The parameter must be an identifier for the resource type: com.vmware.appliance.local_accounts . |
config | User configuration |
Implements vmware::appliance::LocalAccounts.
void vmware::appliance::LocalAccountsStub::Update | ( | string | username, |
vmware.appliance.LocalAccountsTypes.UpdateConfig | config | ||
) | [inline] |
Update selected fields in local user account properties.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | If the account is not found |
vmware.vapi.std.errors.Error | Generic error |
username | User login name The parameter must be an identifier for the resource type: com.vmware.appliance.local_accounts . |
config | User configuration |
Implements vmware::appliance::LocalAccounts.
void vmware::appliance::LocalAccountsStub::Update | ( | string | username, |
vmware.appliance.LocalAccountsTypes.UpdateConfig | config, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Update selected fields in local user account properties.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | If the account is not found |
vmware.vapi.std.errors.Error | Generic error |
username | User login name The parameter must be an identifier for the resource type: com.vmware.appliance.local_accounts . |
config | User configuration |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::LocalAccounts.
global::System.Threading.Tasks.Task vmware::appliance::LocalAccountsStub::UpdateAsync | ( | string | username, |
vmware.appliance.LocalAccountsTypes.UpdateConfig | config, | ||
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Update selected fields in local user account properties.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | If the account is not found |
vmware.vapi.std.errors.Error | Generic error |
username | User login name The parameter must be an identifier for the resource type: com.vmware.appliance.local_accounts . |
config | User configuration |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::LocalAccounts.
global::System.Threading.Tasks.Task vmware::appliance::LocalAccountsStub::UpdateAsync | ( | string | username, |
vmware.appliance.LocalAccountsTypes.UpdateConfig | config | ||
) | [inline] |
Update selected fields in local user account properties.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.NotFound | If the account is not found |
vmware.vapi.std.errors.Error | Generic error |
username | User login name The parameter must be an identifier for the resource type: com.vmware.appliance.local_accounts . |
config | User configuration |
Implements vmware::appliance::LocalAccounts.