|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Policy API service. More...
Inherits vmware::appliance::local_accounts::Policy.
Public Member Functions | |
| PolicyStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
| PolicyStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| vmware.appliance.local_accounts.PolicyTypes.Info | Get () |
| Get the global password policy. | |
| vmware.appliance.local_accounts.PolicyTypes.Info | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Get the global password policy. | |
| global::System.Threading.Tasks.Task < vmware.appliance.local_accounts.PolicyTypes.Info > | GetAsync () |
| Get the global password policy. | |
| global::System.Threading.Tasks.Task < vmware.appliance.local_accounts.PolicyTypes.Info > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Get the global password policy. | |
| void | Set (vmware.appliance.local_accounts.PolicyTypes.Info policy) |
| Set the global password policy. | |
| void | Set (vmware.appliance.local_accounts.PolicyTypes.Info policy, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Set the global password policy. | |
| global::System.Threading.Tasks.Task | SetAsync (vmware.appliance.local_accounts.PolicyTypes.Info policy) |
| Set the global password policy. | |
| global::System.Threading.Tasks.Task | SetAsync (vmware.appliance.local_accounts.PolicyTypes.Info policy, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Set the global password policy. | |
Remote stub implementation of the Policy API service.
| vmware::appliance::local_accounts::PolicyStub::PolicyStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.TypeConverter | typeConverter, | ||
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware::appliance::local_accounts::PolicyStub::PolicyStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware.appliance.local_accounts.PolicyTypes.Info vmware::appliance::local_accounts::PolicyStub::Get | ( | ) | [inline] |
Get the global password policy.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::local_accounts::Policy.
| vmware.appliance.local_accounts.PolicyTypes.Info vmware::appliance::local_accounts::PolicyStub::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Get the global password policy.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::local_accounts::Policy.
| global::System.Threading.Tasks.Task<vmware.appliance.local_accounts.PolicyTypes.Info> vmware::appliance::local_accounts::PolicyStub::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Get the global password policy.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::local_accounts::Policy.
| global::System.Threading.Tasks.Task<vmware.appliance.local_accounts.PolicyTypes.Info> vmware::appliance::local_accounts::PolicyStub::GetAsync | ( | ) | [inline] |
Get the global password policy.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::local_accounts::Policy.
| void vmware::appliance::local_accounts::PolicyStub::Set | ( | vmware.appliance.local_accounts.PolicyTypes.Info | policy | ) | [inline] |
Set the global password policy.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.InvalidArgument | if passed policy values are < -1 or > 99999 |
| vmware.vapi.std.errors.Error | Generic error |
| policy | Global password policy |
Implements vmware::appliance::local_accounts::Policy.
| void vmware::appliance::local_accounts::PolicyStub::Set | ( | vmware.appliance.local_accounts.PolicyTypes.Info | policy, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Set the global password policy.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.InvalidArgument | if passed policy values are < -1 or > 99999 |
| vmware.vapi.std.errors.Error | Generic error |
| policy | Global password policy |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::local_accounts::Policy.
| global::System.Threading.Tasks.Task vmware::appliance::local_accounts::PolicyStub::SetAsync | ( | vmware.appliance.local_accounts.PolicyTypes.Info | policy, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Set the global password policy.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.InvalidArgument | if passed policy values are < -1 or > 99999 |
| vmware.vapi.std.errors.Error | Generic error |
| policy | Global password policy |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::local_accounts::Policy.
| global::System.Threading.Tasks.Task vmware::appliance::local_accounts::PolicyStub::SetAsync | ( | vmware.appliance.local_accounts.PolicyTypes.Info | policy | ) | [inline] |
Set the global password policy.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.InvalidArgument | if passed policy values are < -1 or > 99999 |
| vmware.vapi.std.errors.Error | Generic error |
| policy | Global password policy |
Implements vmware::appliance::local_accounts::Policy.