|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the HostsConfig API service. More...
Inherits vmware::vcenter::namespace_management::HostsConfig.
Public Member Functions | |
| HostsConfigStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
| HostsConfigStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| vmware.vcenter.namespace_management.HostsConfigTypes.Info | Get () |
| Returns support and licensing information about hosts under a VC. | |
| vmware.vcenter.namespace_management.HostsConfigTypes.Info | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns support and licensing information about hosts under a VC. | |
| global::System.Threading.Tasks.Task < vmware.vcenter.namespace_management.HostsConfigTypes.Info > | GetAsync () |
| Returns support and licensing information about hosts under a VC. | |
| global::System.Threading.Tasks.Task < vmware.vcenter.namespace_management.HostsConfigTypes.Info > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns support and licensing information about hosts under a VC. | |
Remote stub implementation of the HostsConfig API service.
| vmware::vcenter::namespace_management::HostsConfigStub::HostsConfigStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.TypeConverter | typeConverter, | ||
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware::vcenter::namespace_management::HostsConfigStub::HostsConfigStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware.vcenter.namespace_management.HostsConfigTypes.Info vmware::vcenter::namespace_management::HostsConfigStub::Get | ( | ) | [inline] |
Returns support and licensing information about hosts under a VC.
| vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
Implements vmware::vcenter::namespace_management::HostsConfig.
| vmware.vcenter.namespace_management.HostsConfigTypes.Info vmware::vcenter::namespace_management::HostsConfigStub::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns support and licensing information about hosts under a VC.
| vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
Implements vmware::vcenter::namespace_management::HostsConfig.
| global::System.Threading.Tasks.Task<vmware.vcenter.namespace_management.HostsConfigTypes.Info> vmware::vcenter::namespace_management::HostsConfigStub::GetAsync | ( | ) | [inline] |
Returns support and licensing information about hosts under a VC.
| vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
Implements vmware::vcenter::namespace_management::HostsConfig.
| global::System.Threading.Tasks.Task<vmware.vcenter.namespace_management.HostsConfigTypes.Info> vmware::vcenter::namespace_management::HostsConfigStub::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns support and licensing information about hosts under a VC.
| vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
Implements vmware::vcenter::namespace_management::HostsConfig.