VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Compatibility
interface provides methods to retrieve information about vSphere Namespaces support and licensing.
More...
Inherited by vmware::vcenter::namespace_management::HostsConfigStub.
Public Member Functions | |
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. |
The Compatibility
interface provides methods to retrieve information about vSphere Namespaces support and licensing.
vmware.vcenter.namespace_management.HostsConfigTypes.Info vmware::vcenter::namespace_management::HostsConfig::Get | ( | ) |
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. |
Implemented in vmware::vcenter::namespace_management::HostsConfigStub.
vmware.vcenter.namespace_management.HostsConfigTypes.Info vmware::vcenter::namespace_management::HostsConfig::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.
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. |
Implemented in vmware::vcenter::namespace_management::HostsConfigStub.
global::System.Threading.Tasks.Task<vmware.vcenter.namespace_management.HostsConfigTypes.Info> vmware::vcenter::namespace_management::HostsConfig::GetAsync | ( | ) |
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. |
Implemented in vmware::vcenter::namespace_management::HostsConfigStub.
global::System.Threading.Tasks.Task<vmware.vcenter.namespace_management.HostsConfigTypes.Info> vmware::vcenter::namespace_management::HostsConfig::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.
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. |
Implemented in vmware::vcenter::namespace_management::HostsConfigStub.