|
VMware vSphere Automation SDK for .NET 6.5.0
|
Remote stub implementation of the Storage API service. More...
Inherits vmware::content::library::item::Storage.
Public Member Functions | |
| StorageStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| global::System.Collections.Generic.List < vmware.content.library.item.StorageTypes.Info > | Get (string libraryItemId, string fileName) |
| Retrieves the storage information for a specific file in a library item. | |
| global::System.Collections.Generic.List < vmware.content.library.item.StorageTypes.Info > | Get (string libraryItemId, string fileName, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Retrieves the storage information for a specific file in a library item. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.content.library.item.StorageTypes.Info > > | GetAsync (string libraryItemId, string fileName) |
| Retrieves the storage information for a specific file in a library item. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.content.library.item.StorageTypes.Info > > | GetAsync (string libraryItemId, string fileName, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Retrieves the storage information for a specific file in a library item. | |
| global::System.Collections.Generic.List < vmware.content.library.item.StorageTypes.Info > | List (string libraryItemId) |
| Lists all storage items for a given library item. | |
| global::System.Collections.Generic.List < vmware.content.library.item.StorageTypes.Info > | List (string libraryItemId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Lists all storage items for a given library item. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.content.library.item.StorageTypes.Info > > | ListAsync (string libraryItemId) |
| Lists all storage items for a given library item. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.content.library.item.StorageTypes.Info > > | ListAsync (string libraryItemId, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Lists all storage items for a given library item. | |
Remote stub implementation of the Storage API service.
| vmware::content::library::item::StorageStub::StorageStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| global::System.Collections.Generic.List<vmware.content.library.item.StorageTypes.Info> vmware::content::library::item::StorageStub::Get | ( | string | libraryItemId, |
| string | fileName | ||
| ) | [inline] |
Retrieves the storage information for a specific file in a library item.
| vmware.vapi.std.errors.NotFound | if the specified library item does not exist. |
| vmware.vapi.std.errors.NotFound | if the specified file does not exist in the given library item. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| libraryItemId | Identifier of the library item whose storage information should be retrieved. The parameter must be an identifier for the resource type: com.vmware.content.library.Item . |
| fileName | Name of the file for which the storage information should be listed. |
Implements vmware::content::library::item::Storage.
| global::System.Collections.Generic.List<vmware.content.library.item.StorageTypes.Info> vmware::content::library::item::StorageStub::Get | ( | string | libraryItemId, |
| string | fileName, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Retrieves the storage information for a specific file in a library item.
| vmware.vapi.std.errors.NotFound | if the specified library item does not exist. |
| vmware.vapi.std.errors.NotFound | if the specified file does not exist in the given library item. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| libraryItemId | Identifier of the library item whose storage information should be retrieved. The parameter must be an identifier for the resource type: com.vmware.content.library.Item . |
| fileName | Name of the file for which the storage information should be listed. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::content::library::item::Storage.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.content.library.item.StorageTypes.Info> > vmware::content::library::item::StorageStub::GetAsync | ( | string | libraryItemId, |
| string | fileName, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Retrieves the storage information for a specific file in a library item.
| vmware.vapi.std.errors.NotFound | if the specified library item does not exist. |
| vmware.vapi.std.errors.NotFound | if the specified file does not exist in the given library item. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| libraryItemId | Identifier of the library item whose storage information should be retrieved. The parameter must be an identifier for the resource type: com.vmware.content.library.Item . |
| fileName | Name of the file for which the storage information should be listed. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::content::library::item::Storage.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.content.library.item.StorageTypes.Info> > vmware::content::library::item::StorageStub::GetAsync | ( | string | libraryItemId, |
| string | fileName | ||
| ) | [inline] |
Retrieves the storage information for a specific file in a library item.
| vmware.vapi.std.errors.NotFound | if the specified library item does not exist. |
| vmware.vapi.std.errors.NotFound | if the specified file does not exist in the given library item. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| libraryItemId | Identifier of the library item whose storage information should be retrieved. The parameter must be an identifier for the resource type: com.vmware.content.library.Item . |
| fileName | Name of the file for which the storage information should be listed. |
Implements vmware::content::library::item::Storage.
| global::System.Collections.Generic.List<vmware.content.library.item.StorageTypes.Info> vmware::content::library::item::StorageStub::List | ( | string | libraryItemId | ) | [inline] |
Lists all storage items for a given library item.
| vmware.vapi.std.errors.NotFound | if the specified library item does not exist. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| libraryItemId | Identifier of the library item whose storage information should be listed. The parameter must be an identifier for the resource type: com.vmware.content.library.Item . |
Implements vmware::content::library::item::Storage.
| global::System.Collections.Generic.List<vmware.content.library.item.StorageTypes.Info> vmware::content::library::item::StorageStub::List | ( | string | libraryItemId, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Lists all storage items for a given library item.
| vmware.vapi.std.errors.NotFound | if the specified library item does not exist. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| libraryItemId | Identifier of the library item whose storage information should be listed. The parameter must be an identifier for the resource type: com.vmware.content.library.Item . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::content::library::item::Storage.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.content.library.item.StorageTypes.Info> > vmware::content::library::item::StorageStub::ListAsync | ( | string | libraryItemId, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Lists all storage items for a given library item.
| vmware.vapi.std.errors.NotFound | if the specified library item does not exist. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| libraryItemId | Identifier of the library item whose storage information should be listed. The parameter must be an identifier for the resource type: com.vmware.content.library.Item . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::content::library::item::Storage.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.content.library.item.StorageTypes.Info> > vmware::content::library::item::StorageStub::ListAsync | ( | string | libraryItemId | ) | [inline] |
Lists all storage items for a given library item.
| vmware.vapi.std.errors.NotFound | if the specified library item does not exist. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| libraryItemId | Identifier of the library item whose storage information should be listed. The parameter must be an identifier for the resource type: com.vmware.content.library.Item . |
Implements vmware::content::library::item::Storage.