|
VMware vSphere Automation SDK for .NET 6.5.0
|
Remote stub implementation of the Datastore API service. More...
Inherits vmware::vcenter::inventory::Datastore.
Public Member Functions | |
| DatastoreStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| global::System.Collections.Generic.Dictionary < string, vmware.vcenter.inventory.DatastoreTypes.Info > | Find (global::System.Collections.Generic.List< string > datastores) |
| Returns datastore information for the specified datastores. | |
| global::System.Collections.Generic.Dictionary < string, vmware.vcenter.inventory.DatastoreTypes.Info > | Find (global::System.Collections.Generic.List< string > datastores, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns datastore information for the specified datastores. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.Dictionary < string, vmware.vcenter.inventory.DatastoreTypes.Info > > | FindAsync (global::System.Collections.Generic.List< string > datastores) |
| Returns datastore information for the specified datastores. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.Dictionary < string, vmware.vcenter.inventory.DatastoreTypes.Info > > | FindAsync (global::System.Collections.Generic.List< string > datastores, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns datastore information for the specified datastores. | |
Remote stub implementation of the Datastore API service.
| vmware::vcenter::inventory::DatastoreStub::DatastoreStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| global::System.Collections.Generic.Dictionary<string, vmware.vcenter.inventory.DatastoreTypes.Info> vmware::vcenter::inventory::DatastoreStub::Find | ( | global::System.Collections.Generic.List< string > | datastores | ) | [inline] |
Returns datastore information for the specified datastores.
The key in the result map is the datastore identifier and the value in the map is the datastore information.
| vmware.vapi.std.errors.NotFound | if no datastore can be found for one or more of the datastore identifiers in datastores |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| datastores | Identifiers of the datastores for which information will be returned. The parameter must contain identifiers for the resource type: Datastore . |
Datastore . Implements vmware::vcenter::inventory::Datastore.
| global::System.Collections.Generic.Dictionary<string, vmware.vcenter.inventory.DatastoreTypes.Info> vmware::vcenter::inventory::DatastoreStub::Find | ( | global::System.Collections.Generic.List< string > | datastores, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns datastore information for the specified datastores.
The key in the result map is the datastore identifier and the value in the map is the datastore information.
| vmware.vapi.std.errors.NotFound | if no datastore can be found for one or more of the datastore identifiers in datastores |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| datastores | Identifiers of the datastores for which information will be returned. The parameter must contain identifiers for the resource type: Datastore . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Datastore . Implements vmware::vcenter::inventory::Datastore.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<string, vmware.vcenter.inventory.DatastoreTypes.Info> > vmware::vcenter::inventory::DatastoreStub::FindAsync | ( | global::System.Collections.Generic.List< string > | datastores | ) | [inline] |
Returns datastore information for the specified datastores.
The key in the result map is the datastore identifier and the value in the map is the datastore information.
| vmware.vapi.std.errors.NotFound | if no datastore can be found for one or more of the datastore identifiers in datastores |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| datastores | Identifiers of the datastores for which information will be returned. The parameter must contain identifiers for the resource type: Datastore . |
Datastore . Implements vmware::vcenter::inventory::Datastore.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.Dictionary<string, vmware.vcenter.inventory.DatastoreTypes.Info> > vmware::vcenter::inventory::DatastoreStub::FindAsync | ( | global::System.Collections.Generic.List< string > | datastores, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns datastore information for the specified datastores.
The key in the result map is the datastore identifier and the value in the map is the datastore information.
| vmware.vapi.std.errors.NotFound | if no datastore can be found for one or more of the datastore identifiers in datastores |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| datastores | Identifiers of the datastores for which information will be returned. The parameter must contain identifiers for the resource type: Datastore . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Datastore . Implements vmware::vcenter::inventory::Datastore.