VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub Class Reference

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

Inherits vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.

List of all members.

Public Member Functions

 TrustAuthorityClustersStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 TrustAuthorityClustersStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
string Update_Task (string cluster, vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.UpdateSpec spec)
 Updates the state of a cluster.
string Update_Task (string cluster, vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.UpdateSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Updates the state of a cluster.
vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info Get (string cluster)
 Get the result of the last Update operation which matches the cluster id.
vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info Get (string cluster, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get the result of the last Update operation which matches the cluster id.
global::System.Threading.Tasks.Task
< vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info
GetAsync (string cluster)
 Get the result of the last Update operation which matches the cluster id.
global::System.Threading.Tasks.Task
< vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info
GetAsync (string cluster, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get the result of the last Update operation which matches the cluster id.
global::System.Collections.Generic.List
< vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary
List (vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.FilterSpec spec)
 Returns a list of clusters for this vCenter instance which matches the TrustAuthorityClusters.FilterSpec .
global::System.Collections.Generic.List
< vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary
List (vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.FilterSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns a list of clusters for this vCenter instance which matches the TrustAuthorityClusters.FilterSpec .
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary > > 
ListAsync (vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.FilterSpec spec)
 Returns a list of clusters for this vCenter instance which matches the TrustAuthorityClusters.FilterSpec .
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary > > 
ListAsync (vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.FilterSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns a list of clusters for this vCenter instance which matches the TrustAuthorityClusters.FilterSpec .

Detailed Description

Remote stub implementation of the TrustAuthorityClusters API service.


Constructor & Destructor Documentation

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

Member Function Documentation

vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::Get ( string  cluster) [inline]

Get the result of the last Update operation which matches the cluster id.

This method was added in vSphere API 7.0.0.

Exceptions:
vmware.vapi.std.errors.Errorif there is a generic error.
vmware.vapi.std.errors.NotFoundif cluster doesn't match to any ClusterComputeResource.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires TrustedAdmin.ReadTrustedHosts .
  • The resource ClusterComputeResource referenced by the parameter cluster requires System.View .
Parameters:
clusterCluster id. The parameter must be an identifier for the resource type: ClusterComputeResource .
Returns:
The TrustAuthorityClusters.Info instance which contains information about the state of the cluster.

Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.

vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::Get ( string  cluster,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Get the result of the last Update operation which matches the cluster id.

This method was added in vSphere API 7.0.0.

Exceptions:
vmware.vapi.std.errors.Errorif there is a generic error.
vmware.vapi.std.errors.NotFoundif cluster doesn't match to any ClusterComputeResource.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires TrustedAdmin.ReadTrustedHosts .
  • The resource ClusterComputeResource referenced by the parameter cluster requires System.View .
Parameters:
clusterCluster id. The parameter must be an identifier for the resource type: ClusterComputeResource .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The TrustAuthorityClusters.Info instance which contains information about the state of the cluster.

Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.

global::System.Threading.Tasks.Task<vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info> vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::GetAsync ( string  cluster) [inline]

Get the result of the last Update operation which matches the cluster id.

This method was added in vSphere API 7.0.0.

Exceptions:
vmware.vapi.std.errors.Errorif there is a generic error.
vmware.vapi.std.errors.NotFoundif cluster doesn't match to any ClusterComputeResource.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires TrustedAdmin.ReadTrustedHosts .
  • The resource ClusterComputeResource referenced by the parameter cluster requires System.View .
Parameters:
clusterCluster id. The parameter must be an identifier for the resource type: ClusterComputeResource .
Returns:
The TrustAuthorityClusters.Info instance which contains information about the state of the cluster.

Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.

global::System.Threading.Tasks.Task<vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info> vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::GetAsync ( string  cluster,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Get the result of the last Update operation which matches the cluster id.

This method was added in vSphere API 7.0.0.

Exceptions:
vmware.vapi.std.errors.Errorif there is a generic error.
vmware.vapi.std.errors.NotFoundif cluster doesn't match to any ClusterComputeResource.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires TrustedAdmin.ReadTrustedHosts .
  • The resource ClusterComputeResource referenced by the parameter cluster requires System.View .
Parameters:
clusterCluster id. The parameter must be an identifier for the resource type: ClusterComputeResource .
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
The TrustAuthorityClusters.Info instance which contains information about the state of the cluster.

Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.

global::System.Collections.Generic.List<vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary> vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::List ( vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.FilterSpec  spec,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns a list of clusters for this vCenter instance which matches the TrustAuthorityClusters.FilterSpec .

This method was added in vSphere API 7.0.0.

Exceptions:
vmware.vapi.std.errors.Errorif there is a generic error.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires TrustedAdmin.ReadTrustedHosts .
  • The resource ClusterComputeResource referenced by the attribute TrustAuthorityClusters.FilterSpec.cluster requires System.View .
Parameters:
specReturn only clusters matching the specified filters. If {.unset} return all clusters.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
List of TrustAuthorityClusters.Summary for a TrustAuthorityClusters .

Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.

global::System.Collections.Generic.List<vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary> vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::List ( vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.FilterSpec  spec) [inline]

Returns a list of clusters for this vCenter instance which matches the TrustAuthorityClusters.FilterSpec .

This method was added in vSphere API 7.0.0.

Exceptions:
vmware.vapi.std.errors.Errorif there is a generic error.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires TrustedAdmin.ReadTrustedHosts .
  • The resource ClusterComputeResource referenced by the attribute TrustAuthorityClusters.FilterSpec.cluster requires System.View .
Parameters:
specReturn only clusters matching the specified filters. If {.unset} return all clusters.
Returns:
List of TrustAuthorityClusters.Summary for a TrustAuthorityClusters .

Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.

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

Returns a list of clusters for this vCenter instance which matches the TrustAuthorityClusters.FilterSpec .

This method was added in vSphere API 7.0.0.

Exceptions:
vmware.vapi.std.errors.Errorif there is a generic error.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires TrustedAdmin.ReadTrustedHosts .
  • The resource ClusterComputeResource referenced by the attribute TrustAuthorityClusters.FilterSpec.cluster requires System.View .
Parameters:
specReturn only clusters matching the specified filters. If {.unset} return all clusters.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
List of TrustAuthorityClusters.Summary for a TrustAuthorityClusters .

Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary> > vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::ListAsync ( vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.FilterSpec  spec) [inline]

Returns a list of clusters for this vCenter instance which matches the TrustAuthorityClusters.FilterSpec .

This method was added in vSphere API 7.0.0.

Exceptions:
vmware.vapi.std.errors.Errorif there is a generic error.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires TrustedAdmin.ReadTrustedHosts .
  • The resource ClusterComputeResource referenced by the attribute TrustAuthorityClusters.FilterSpec.cluster requires System.View .
Parameters:
specReturn only clusters matching the specified filters. If {.unset} return all clusters.
Returns:
List of TrustAuthorityClusters.Summary for a TrustAuthorityClusters .

Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.

string vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::Update_Task ( string  cluster,
vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.UpdateSpec  spec 
) [inline]

Updates the state of a cluster.

This method was added in vSphere API 7.0.0.

Task method overload. Result of the invocation is a task identifier which is going to be returned by this method.

Exceptions:
vmware.vapi.std.errors.Errorif there is a generic error.
vmware.vapi.std.errors.NotFoundif spec doesn't match to any cluster compute resource.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
Parameters:
clusterCluster id. The parameter must be an identifier for the resource type: ClusterComputeResource .
specThe specification for update of a cluster.

Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.

string vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::Update_Task ( string  cluster,
vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.UpdateSpec  spec,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Updates the state of a cluster.

This method was added in vSphere API 7.0.0.

Task method overload. Result of the invocation is a task identifier which is going to be returned by this method.

Exceptions:
vmware.vapi.std.errors.Errorif there is a generic error.
vmware.vapi.std.errors.NotFoundif spec doesn't match to any cluster compute resource.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
Parameters:
clusterCluster id. The parameter must be an identifier for the resource type: ClusterComputeResource .
specThe specification for update of a cluster.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.


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