VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Instances API service. More...
Inherits vmware::vcenter::namespaces::user::Instances.
Public Member Functions | |
InstancesStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
InstancesStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
global::System.Collections.Generic.List < vmware.vcenter.namespaces.user.InstancesTypes.Summary > | List () |
Returns namespaces that user making the call is authorized to access. | |
global::System.Collections.Generic.List < vmware.vcenter.namespaces.user.InstancesTypes.Summary > | List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns namespaces that user making the call is authorized to access. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.namespaces.user.InstancesTypes.Summary > > | ListAsync () |
Returns namespaces that user making the call is authorized to access. | |
global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.namespaces.user.InstancesTypes.Summary > > | ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns namespaces that user making the call is authorized to access. |
Remote stub implementation of the Instances API service.
vmware::vcenter::namespaces::user::InstancesStub::InstancesStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vcenter::namespaces::user::InstancesStub::InstancesStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
global::System.Collections.Generic.List<vmware.vcenter.namespaces.user.InstancesTypes.Summary> vmware::vcenter::namespaces::user::InstancesStub::List | ( | ) | [inline] |
Returns namespaces that user making the call is authorized to access.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
Implements vmware::vcenter::namespaces::user::Instances.
global::System.Collections.Generic.List<vmware.vcenter.namespaces.user.InstancesTypes.Summary> vmware::vcenter::namespaces::user::InstancesStub::List | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns namespaces that user making the call is authorized to access.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
Implements vmware::vcenter::namespaces::user::Instances.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespaces.user.InstancesTypes.Summary> > vmware::vcenter::namespaces::user::InstancesStub::ListAsync | ( | ) | [inline] |
Returns namespaces that user making the call is authorized to access.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
Implements vmware::vcenter::namespaces::user::Instances.
global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespaces.user.InstancesTypes.Summary> > vmware::vcenter::namespaces::user::InstancesStub::ListAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Returns namespaces that user making the call is authorized to access.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
Implements vmware::vcenter::namespaces::user::Instances.