VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::namespaces::user::Instances Interface Reference

The Instances interface provides methods to access namespaces for non-administrative users. More...

Inherited by vmware::vcenter::namespaces::user::InstancesStub.

List of all members.

Public Member Functions

global::System.Collections.Generic.List
< vmware.vcenter.namespaces.user.InstancesTypes.Summary
List ()
 Returns namespaces that user making the call is authorized to access.
global::System.Collections.Generic.List
< vmware.vcenter.namespaces.user.InstancesTypes.Summary
List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns namespaces that user making the call is authorized to access.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.namespaces.user.InstancesTypes.Summary > > 
ListAsync ()
 Returns namespaces that user making the call is authorized to access.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.namespaces.user.InstancesTypes.Summary > > 
ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns namespaces that user making the call is authorized to access.

Detailed Description

The Instances interface provides methods to access namespaces for non-administrative users.


Member Function Documentation

global::System.Collections.Generic.List<vmware.vcenter.namespaces.user.InstancesTypes.Summary> vmware::vcenter::namespaces::user::Instances::List ( )

Returns namespaces that user making the call is authorized to access.

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.
Returns:
List of Namespace identifiers together with the API endpoint for each namespace.

Implemented in vmware::vcenter::namespaces::user::InstancesStub.

global::System.Collections.Generic.List<vmware.vcenter.namespaces.user.InstancesTypes.Summary> vmware::vcenter::namespaces::user::Instances::List ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Returns namespaces that user making the call is authorized to access.

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.
Returns:
List of Namespace identifiers together with the API endpoint for each namespace.

Implemented in vmware::vcenter::namespaces::user::InstancesStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespaces.user.InstancesTypes.Summary> > vmware::vcenter::namespaces::user::Instances::ListAsync ( )

Returns namespaces that user making the call is authorized to access.

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.
Returns:
List of Namespace identifiers together with the API endpoint for each namespace.

Implemented in vmware::vcenter::namespaces::user::InstancesStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespaces.user.InstancesTypes.Summary> > vmware::vcenter::namespaces::user::Instances::ListAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
)

Returns namespaces that user making the call is authorized to access.

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.
Returns:
List of Namespace identifiers together with the API endpoint for each namespace.

Implemented in vmware::vcenter::namespaces::user::InstancesStub.


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