VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Folder interface provides methods for manipulating a vCenter Server folder. More...
Inherited by vmware::vcenter::FolderStub.
Public Member Functions | |
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 . |
The Folder interface provides methods for manipulating a vCenter Server folder.
global::System.Collections.Generic.List<vmware.vcenter.FolderTypes.Summary> vmware::vcenter::Folder::List | ( | vmware.vcenter.FolderTypes.FilterSpec | filter | ) |
Returns information about at most 1000 visible (subject to permission checks) folders in vCenter matching the Folder.FilterSpec .
vmware.vapi.std.errors.InvalidArgument | if the Folder.FilterSpec.type field contains a value that is not supported by the server. |
vmware.vapi.std.errors.UnableToAllocateResource | if more than 1000 folders match the Folder.FilterSpec |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
filter | Specification 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. |
Implemented in vmware::vcenter::FolderStub.
global::System.Collections.Generic.List<vmware.vcenter.FolderTypes.Summary> vmware::vcenter::Folder::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 .
vmware.vapi.std.errors.InvalidArgument | if the Folder.FilterSpec.type field contains a value that is not supported by the server. |
vmware.vapi.std.errors.UnableToAllocateResource | if more than 1000 folders match the Folder.FilterSpec |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
filter | Specification 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. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::FolderStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.FolderTypes.Summary> > vmware::vcenter::Folder::ListAsync | ( | vmware.vcenter.FolderTypes.FilterSpec | filter | ) |
Returns information about at most 1000 visible (subject to permission checks) folders in vCenter matching the Folder.FilterSpec .
vmware.vapi.std.errors.InvalidArgument | if the Folder.FilterSpec.type field contains a value that is not supported by the server. |
vmware.vapi.std.errors.UnableToAllocateResource | if more than 1000 folders match the Folder.FilterSpec |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
filter | Specification 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. |
Implemented in vmware::vcenter::FolderStub.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.FolderTypes.Summary> > vmware::vcenter::Folder::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 .
vmware.vapi.std.errors.InvalidArgument | if the Folder.FilterSpec.type field contains a value that is not supported by the server. |
vmware.vapi.std.errors.UnableToAllocateResource | if more than 1000 folders match the Folder.FilterSpec |
vmware.vapi.std.errors.ServiceUnavailable | if the system is unable to communicate with a service to complete the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user doesn't have the required privileges. |
filter | Specification 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. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::FolderStub.