VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::FolderStub Class Reference

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

Inherits vmware::vcenter::Folder.

List of all members.

Public Member Functions

 FolderStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 FolderStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
global::System.Collections.Generic.List
< vmware.vcenter.FolderTypes.Summary
List (vmware.vcenter.FolderTypes.FilterSpec filter)
 Returns information about at most 1000 visible (subject to permission checks) folders in vCenter matching the Folder.FilterSpec .
global::System.Collections.Generic.List
< vmware.vcenter.FolderTypes.Summary
List (vmware.vcenter.FolderTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns information about at most 1000 visible (subject to permission checks) folders in vCenter matching the Folder.FilterSpec .
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.FolderTypes.Summary > > 
ListAsync (vmware.vcenter.FolderTypes.FilterSpec filter)
 Returns information about at most 1000 visible (subject to permission checks) folders in vCenter matching the Folder.FilterSpec .
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.FolderTypes.Summary > > 
ListAsync (vmware.vcenter.FolderTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns information about at most 1000 visible (subject to permission checks) folders in vCenter matching the Folder.FilterSpec .

Detailed Description

Remote stub implementation of the Folder API service.


Constructor & Destructor Documentation

vmware::vcenter::FolderStub::FolderStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::vcenter::FolderStub::FolderStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

global::System.Collections.Generic.List<vmware.vcenter.FolderTypes.Summary> vmware::vcenter::FolderStub::List ( vmware.vcenter.FolderTypes.FilterSpec  filter) [inline]

Returns information about at most 1000 visible (subject to permission checks) folders in vCenter matching the Folder.FilterSpec .

Exceptions:
vmware.vapi.std.errors.InvalidArgumentif the Folder.FilterSpec.type field contains a value that is not supported by the server.
vmware.vapi.std.errors.UnableToAllocateResourceif more than 1000 folders match the Folder.FilterSpec
vmware.vapi.std.errors.ServiceUnavailableif the system is unable to communicate with a service to complete the request.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
Parameters:
filterSpecification of matching folders for which information should be returned. If null, the behavior is equivalent to a Folder.FilterSpec with all fields null which means all folders match the filter.
Returns:
Commonly used information about the folders matching the Folder.FilterSpec .

Implements vmware::vcenter::Folder.

global::System.Collections.Generic.List<vmware.vcenter.FolderTypes.Summary> vmware::vcenter::FolderStub::List ( vmware.vcenter.FolderTypes.FilterSpec  filter,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns information about at most 1000 visible (subject to permission checks) folders in vCenter matching the Folder.FilterSpec .

Exceptions:
vmware.vapi.std.errors.InvalidArgumentif the Folder.FilterSpec.type field contains a value that is not supported by the server.
vmware.vapi.std.errors.UnableToAllocateResourceif more than 1000 folders match the Folder.FilterSpec
vmware.vapi.std.errors.ServiceUnavailableif the system is unable to communicate with a service to complete the request.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
Parameters:
filterSpecification of matching folders for which information should be returned. If null, the behavior is equivalent to a Folder.FilterSpec with all fields null which means all folders match the filter.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Commonly used information about the folders matching the Folder.FilterSpec .

Implements vmware::vcenter::Folder.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.FolderTypes.Summary> > vmware::vcenter::FolderStub::ListAsync ( vmware.vcenter.FolderTypes.FilterSpec  filter) [inline]

Returns information about at most 1000 visible (subject to permission checks) folders in vCenter matching the Folder.FilterSpec .

Exceptions:
vmware.vapi.std.errors.InvalidArgumentif the Folder.FilterSpec.type field contains a value that is not supported by the server.
vmware.vapi.std.errors.UnableToAllocateResourceif more than 1000 folders match the Folder.FilterSpec
vmware.vapi.std.errors.ServiceUnavailableif the system is unable to communicate with a service to complete the request.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
Parameters:
filterSpecification of matching folders for which information should be returned. If null, the behavior is equivalent to a Folder.FilterSpec with all fields null which means all folders match the filter.
Returns:
Commonly used information about the folders matching the Folder.FilterSpec .

Implements vmware::vcenter::Folder.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.FolderTypes.Summary> > vmware::vcenter::FolderStub::ListAsync ( vmware.vcenter.FolderTypes.FilterSpec  filter,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns information about at most 1000 visible (subject to permission checks) folders in vCenter matching the Folder.FilterSpec .

Exceptions:
vmware.vapi.std.errors.InvalidArgumentif the Folder.FilterSpec.type field contains a value that is not supported by the server.
vmware.vapi.std.errors.UnableToAllocateResourceif more than 1000 folders match the Folder.FilterSpec
vmware.vapi.std.errors.ServiceUnavailableif the system is unable to communicate with a service to complete the request.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user doesn't have the required privileges.
Parameters:
filterSpecification of matching folders for which information should be returned. If null, the behavior is equivalent to a Folder.FilterSpec with all fields null which means all folders match the filter.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Commonly used information about the folders matching the Folder.FilterSpec .

Implements vmware::vcenter::Folder.


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