VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters Interface Reference

The TrustAuthorityClusters interface manages all the Trust Authority Components on each Trust Authority Host in the cluster. More...

Inherited by vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub.

List of all members.

Public Member Functions

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

The TrustAuthorityClusters interface manages all the Trust Authority Components on each Trust Authority Host in the cluster.

The TrustAuthorityClusters interface transforms a ClusterComputeResource into Trust Authority Cluster and vice versa. This interface was added in vSphere API 7.0.0.


Member Function Documentation

vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters::Get ( string  cluster)

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.

Implemented in vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub.

vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters::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.

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.

Implemented in vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub.

global::System.Threading.Tasks.Task<vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info> vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters::GetAsync ( string  cluster)

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.

Implemented in vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub.

global::System.Threading.Tasks.Task<vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info> vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters::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.

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.

Implemented in vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub.

global::System.Collections.Generic.List<vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary> vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters::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 .

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 .

Implemented in vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub.

global::System.Collections.Generic.List<vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary> vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters::List ( vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.FilterSpec  spec)

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 .

Implemented in vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary> > vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters::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 .

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 .

Implemented in vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub.

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

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 .

Implemented in vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub.

string vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters::Update_Task ( string  cluster,
vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.UpdateSpec  spec 
)

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.

Implemented in vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub.

string vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters::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.

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

Implemented in vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub.


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