VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Datastore API service. More...
Inherits vmware::vcenter::Datastore.
Public Member Functions | |
DatastoreStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
DatastoreStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
vmware.vcenter.DatastoreTypes.Info | Get (string datastore) |
Retrieves information about the datastore indicated by datastore . | |
vmware.vcenter.DatastoreTypes.Info | Get (string datastore, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Retrieves information about the datastore indicated by datastore . | |
global::System.Threading.Tasks.Task < vmware.vcenter.DatastoreTypes.Info > | GetAsync (string datastore) |
Retrieves information about the datastore indicated by datastore . | |
global::System.Threading.Tasks.Task < vmware.vcenter.DatastoreTypes.Info > | GetAsync (string datastore, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Retrieves information about the datastore indicated by datastore . | |
global::System.Collections.Generic.List < vmware.vcenter.DatastoreTypes.Summary > | List (vmware.vcenter.DatastoreTypes.FilterSpec filter) |
Returns information about at most 2500 visible (subject to permission checks) datastores in vCenter matching the Datastore.FilterSpec . | |
global::System.Collections.Generic.List < vmware.vcenter.DatastoreTypes.Summary > | List (vmware.vcenter.DatastoreTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about at most 2500 visible (subject to permission checks) datastores in vCenter matching the Datastore.FilterSpec . | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.DatastoreTypes.Summary > > | ListAsync (vmware.vcenter.DatastoreTypes.FilterSpec filter) |
Returns information about at most 2500 visible (subject to permission checks) datastores in vCenter matching the Datastore.FilterSpec . | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.DatastoreTypes.Summary > > | ListAsync (vmware.vcenter.DatastoreTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns information about at most 2500 visible (subject to permission checks) datastores in vCenter matching the Datastore.FilterSpec . |
Remote stub implementation of the Datastore API service.
vmware::vcenter::DatastoreStub::DatastoreStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vcenter::DatastoreStub::DatastoreStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware.vcenter.DatastoreTypes.Info vmware::vcenter::DatastoreStub::Get | ( | string | datastore | ) | [inline] |
Retrieves information about the datastore indicated by datastore .
vmware.vapi.std.errors.NotFound | if the datastore indicated by datastore does not exist. |
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. |
datastore | Identifier of the datastore for which information should be retrieved. The parameter must be an identifier for the resource type: Datastore . |
Implements vmware::vcenter::Datastore.
vmware.vcenter.DatastoreTypes.Info vmware::vcenter::DatastoreStub::Get | ( | string | datastore, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Retrieves information about the datastore indicated by datastore .
vmware.vapi.std.errors.NotFound | if the datastore indicated by datastore does not exist. |
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. |
datastore | Identifier of the datastore for which information should be retrieved. The parameter must be an identifier for the resource type: Datastore . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::Datastore.
global::System.Threading.Tasks.Task<vmware.vcenter.DatastoreTypes.Info> vmware::vcenter::DatastoreStub::GetAsync | ( | string | datastore, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Retrieves information about the datastore indicated by datastore .
vmware.vapi.std.errors.NotFound | if the datastore indicated by datastore does not exist. |
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. |
datastore | Identifier of the datastore for which information should be retrieved. The parameter must be an identifier for the resource type: Datastore . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::Datastore.
global::System.Threading.Tasks.Task<vmware.vcenter.DatastoreTypes.Info> vmware::vcenter::DatastoreStub::GetAsync | ( | string | datastore | ) | [inline] |
Retrieves information about the datastore indicated by datastore .
vmware.vapi.std.errors.NotFound | if the datastore indicated by datastore does not exist. |
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. |
datastore | Identifier of the datastore for which information should be retrieved. The parameter must be an identifier for the resource type: Datastore . |
Implements vmware::vcenter::Datastore.
global::System.Collections.Generic.List<vmware.vcenter.DatastoreTypes.Summary> vmware::vcenter::DatastoreStub::List | ( | vmware.vcenter.DatastoreTypes.FilterSpec | filter | ) | [inline] |
Returns information about at most 2500 visible (subject to permission checks) datastores in vCenter matching the Datastore.FilterSpec .
vmware.vapi.std.errors.InvalidArgument | if the Datastore.FilterSpec.types field contains a value that is not supported by the server. |
vmware.vapi.std.errors.InvalidArgument | if the Datastore.FilterSpec.types field contains a value that is not supported by the server. |
vmware.vapi.std.errors.UnableToAllocateResource | if more than 2500 datastores match the Datastore.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 datastores for which information should be returned. If null, the behavior is equivalent to a Datastore.FilterSpec with all fields null which means all datastores match the filter. |
Implements vmware::vcenter::Datastore.
global::System.Collections.Generic.List<vmware.vcenter.DatastoreTypes.Summary> vmware::vcenter::DatastoreStub::List | ( | vmware.vcenter.DatastoreTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns information about at most 2500 visible (subject to permission checks) datastores in vCenter matching the Datastore.FilterSpec .
vmware.vapi.std.errors.InvalidArgument | if the Datastore.FilterSpec.types field contains a value that is not supported by the server. |
vmware.vapi.std.errors.InvalidArgument | if the Datastore.FilterSpec.types field contains a value that is not supported by the server. |
vmware.vapi.std.errors.UnableToAllocateResource | if more than 2500 datastores match the Datastore.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 datastores for which information should be returned. If null, the behavior is equivalent to a Datastore.FilterSpec with all fields null which means all datastores match the filter. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::Datastore.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.DatastoreTypes.Summary> > vmware::vcenter::DatastoreStub::ListAsync | ( | vmware.vcenter.DatastoreTypes.FilterSpec | filter, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns information about at most 2500 visible (subject to permission checks) datastores in vCenter matching the Datastore.FilterSpec .
vmware.vapi.std.errors.InvalidArgument | if the Datastore.FilterSpec.types field contains a value that is not supported by the server. |
vmware.vapi.std.errors.InvalidArgument | if the Datastore.FilterSpec.types field contains a value that is not supported by the server. |
vmware.vapi.std.errors.UnableToAllocateResource | if more than 2500 datastores match the Datastore.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 datastores for which information should be returned. If null, the behavior is equivalent to a Datastore.FilterSpec with all fields null which means all datastores match the filter. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::Datastore.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.DatastoreTypes.Summary> > vmware::vcenter::DatastoreStub::ListAsync | ( | vmware.vcenter.DatastoreTypes.FilterSpec | filter | ) | [inline] |
Returns information about at most 2500 visible (subject to permission checks) datastores in vCenter matching the Datastore.FilterSpec .
vmware.vapi.std.errors.InvalidArgument | if the Datastore.FilterSpec.types field contains a value that is not supported by the server. |
vmware.vapi.std.errors.InvalidArgument | if the Datastore.FilterSpec.types field contains a value that is not supported by the server. |
vmware.vapi.std.errors.UnableToAllocateResource | if more than 2500 datastores match the Datastore.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 datastores for which information should be returned. If null, the behavior is equivalent to a Datastore.FilterSpec with all fields null which means all datastores match the filter. |
Implements vmware::vcenter::Datastore.