VMware vCloud Suite SDK for .NET 6.0.0
vmware::content::TypeStub Class Reference

Remote stub implementation of the Type API service. More...

Inherits vmware::content::Type.

List of all members.

Public Member Functions

 TypeStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
global::System.Collections.Generic.List
< vmware.content.TypeTypes.Info
List ()
 Returns a list of Type.Info instances which describe the type support plugins in this Content Library.
global::System.Collections.Generic.List
< vmware.content.TypeTypes.Info
List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns a list of Type.Info instances which describe the type support plugins in this Content Library.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.content.TypeTypes.Info > > 
ListAsync ()
 Returns a list of Type.Info instances which describe the type support plugins in this Content Library.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.content.TypeTypes.Info > > 
ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns a list of Type.Info instances which describe the type support plugins in this Content Library.

Detailed Description

Remote stub implementation of the Type API service.


Constructor & Destructor Documentation

vmware::content::TypeStub::TypeStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

global::System.Collections.Generic.List<vmware.content.TypeTypes.Info> vmware::content::TypeStub::List ( ) [inline]

Returns a list of Type.Info instances which describe the type support plugins in this Content Library.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires ContentLibrary.TypeIntrospection .
Returns:
The list of Type.Info instances which describe the type support plugins in this Content Library.

Implements vmware::content::Type.

global::System.Collections.Generic.List<vmware.content.TypeTypes.Info> vmware::content::TypeStub::List ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns a list of Type.Info instances which describe the type support plugins in this Content Library.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires ContentLibrary.TypeIntrospection .
Returns:
The list of Type.Info instances which describe the type support plugins in this Content Library.

Implements vmware::content::Type.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.content.TypeTypes.Info> > vmware::content::TypeStub::ListAsync ( ) [inline]

Returns a list of Type.Info instances which describe the type support plugins in this Content Library.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires ContentLibrary.TypeIntrospection .
Returns:
The list of Type.Info instances which describe the type support plugins in this Content Library.

Implements vmware::content::Type.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.content.TypeTypes.Info> > vmware::content::TypeStub::ListAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns a list of Type.Info instances which describe the type support plugins in this Content Library.

Exceptions:
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires ContentLibrary.TypeIntrospection .
Returns:
The list of Type.Info instances which describe the type support plugins in this Content Library.

Implements vmware::content::Type.


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