VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::namespace_management::HostsConfig Interface Reference

The Compatibility interface provides methods to retrieve information about vSphere Namespaces support and licensing. More...

Inherited by vmware::vcenter::namespace_management::HostsConfigStub.

List of all members.

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.

Detailed Description

The Compatibility interface provides methods to retrieve information about vSphere Namespaces support and licensing.


Member Function Documentation

vmware.vcenter.namespace_management.HostsConfigTypes.Info vmware::vcenter::namespace_management::HostsConfig::Get ( )

Returns support and licensing information about hosts under a VC.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have System.Read privilege.
Returns:
Compatibility structure containing information about vSphere Namespaces support and licensing.

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.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have System.Read privilege.
Returns:
Compatibility structure containing information about vSphere Namespaces support and licensing.

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.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have System.Read privilege.
Returns:
Compatibility structure containing information about vSphere Namespaces support and licensing.

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.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have System.Read privilege.
Returns:
Compatibility structure containing information about vSphere Namespaces support and licensing.

Implemented in vmware::vcenter::namespace_management::HostsConfigStub.


The documentation for this interface was generated from the following file: