VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::namespace_management::ClusterCompatibilityStub Class Reference

Remote stub implementation of the ClusterCompatibility API service. More...

Inherits vmware::vcenter::namespace_management::ClusterCompatibility.

List of all members.

Public Member Functions

 ClusterCompatibilityStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 ClusterCompatibilityStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
global::System.Collections.Generic.List
< vmware.vcenter.namespace_management.ClusterCompatibilityTypes.Summary
List (vmware.vcenter.namespace_management.ClusterCompatibilityTypes.FilterSpec filter)
 Returns Namespaces compatibility information for all clusters in vCenter matching the ClusterCompatibility.FilterSpec
global::System.Collections.Generic.List
< vmware.vcenter.namespace_management.ClusterCompatibilityTypes.Summary
List (vmware.vcenter.namespace_management.ClusterCompatibilityTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns Namespaces compatibility information for all clusters in vCenter matching the ClusterCompatibility.FilterSpec
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.namespace_management.ClusterCompatibilityTypes.Summary > > 
ListAsync (vmware.vcenter.namespace_management.ClusterCompatibilityTypes.FilterSpec filter)
 Returns Namespaces compatibility information for all clusters in vCenter matching the ClusterCompatibility.FilterSpec
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.namespace_management.ClusterCompatibilityTypes.Summary > > 
ListAsync (vmware.vcenter.namespace_management.ClusterCompatibilityTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns Namespaces compatibility information for all clusters in vCenter matching the ClusterCompatibility.FilterSpec

Detailed Description

Remote stub implementation of the ClusterCompatibility API service.


Constructor & Destructor Documentation

vmware::vcenter::namespace_management::ClusterCompatibilityStub::ClusterCompatibilityStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::vcenter::namespace_management::ClusterCompatibilityStub::ClusterCompatibilityStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

global::System.Collections.Generic.List<vmware.vcenter.namespace_management.ClusterCompatibilityTypes.Summary> vmware::vcenter::namespace_management::ClusterCompatibilityStub::List ( vmware.vcenter.namespace_management.ClusterCompatibilityTypes.FilterSpec  filter) [inline]

Returns Namespaces compatibility information for all clusters in vCenter matching the ClusterCompatibility.FilterSpec

The result contains only visible (subject to permission checks) clusters.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InternalServerErrorif the server reports an unknown internal error.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have System.Read privilege.
Parameters:
filterSpecification of matching clusters for which information should be returned. If null, the behavior is equivalent to a ClusterCompatibility.FilterSpec with all fields null which means all clusters match the filter.
Returns:
Namespaces compatibility information for the clusters matching the the ClusterCompatibility.FilterSpec .

Implements vmware::vcenter::namespace_management::ClusterCompatibility.

global::System.Collections.Generic.List<vmware.vcenter.namespace_management.ClusterCompatibilityTypes.Summary> vmware::vcenter::namespace_management::ClusterCompatibilityStub::List ( vmware.vcenter.namespace_management.ClusterCompatibilityTypes.FilterSpec  filter,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns Namespaces compatibility information for all clusters in vCenter matching the ClusterCompatibility.FilterSpec

The result contains only visible (subject to permission checks) clusters.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InternalServerErrorif the server reports an unknown internal error.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have System.Read privilege.
Parameters:
filterSpecification of matching clusters for which information should be returned. If null, the behavior is equivalent to a ClusterCompatibility.FilterSpec with all fields null which means all clusters match the filter.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Namespaces compatibility information for the clusters matching the the ClusterCompatibility.FilterSpec .

Implements vmware::vcenter::namespace_management::ClusterCompatibility.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespace_management.ClusterCompatibilityTypes.Summary> > vmware::vcenter::namespace_management::ClusterCompatibilityStub::ListAsync ( vmware.vcenter.namespace_management.ClusterCompatibilityTypes.FilterSpec  filter) [inline]

Returns Namespaces compatibility information for all clusters in vCenter matching the ClusterCompatibility.FilterSpec

The result contains only visible (subject to permission checks) clusters.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InternalServerErrorif the server reports an unknown internal error.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have System.Read privilege.
Parameters:
filterSpecification of matching clusters for which information should be returned. If null, the behavior is equivalent to a ClusterCompatibility.FilterSpec with all fields null which means all clusters match the filter.
Returns:
Namespaces compatibility information for the clusters matching the the ClusterCompatibility.FilterSpec .

Implements vmware::vcenter::namespace_management::ClusterCompatibility.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespace_management.ClusterCompatibilityTypes.Summary> > vmware::vcenter::namespace_management::ClusterCompatibilityStub::ListAsync ( vmware.vcenter.namespace_management.ClusterCompatibilityTypes.FilterSpec  filter,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns Namespaces compatibility information for all clusters in vCenter matching the ClusterCompatibility.FilterSpec

The result contains only visible (subject to permission checks) clusters.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InternalServerErrorif the server reports an unknown internal error.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have System.Read privilege.
Parameters:
filterSpecification of matching clusters for which information should be returned. If null, the behavior is equivalent to a ClusterCompatibility.FilterSpec with all fields null which means all clusters match the filter.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Namespaces compatibility information for the clusters matching the the ClusterCompatibility.FilterSpec .

Implements vmware::vcenter::namespace_management::ClusterCompatibility.


The documentation for this class was generated from the following file: