Configure a vSphere Trust Authority Cluster
vSphere Trust Authority
ClusterYou can use
the
to
perform TrustAuthorityClusters
interface
from the com.vmware.vcenter.trusted_infrastructure
packagevSphere Trust Authority
Cluster
management operations.- Verify that you have access to a workingvSphere Trust Authorityenvironment.
- Verify that you have Trusted Infrastructure administrative privileges.
You can retrieve details about
vSphere Trust Authority
Clusters, update
the state of a cluster, and check the result of the update operation. - Retrieve a list of clusters for avCenter Serverinstance that are configured as Trust Authority Clustersby calling the.list(TrustAuthorityClustersTypes.FilterSpec spec)method of theTrustAuthorityClustersinterface
- Update the state of a clusterby calling the.update_Task(java.lang.String cluster, TrustAuthorityClustersTypes.UpdateSpec spec)method of theTrustAuthorityClustersinterface
- Check the result of the last update operation for the same clusterby calling the.get(java.lang.String cluster)method of theTrustAuthorityClustersinterface