Package | Description |
---|---|
com.vmware.vcenter.trusted_infrastructure |
The
com.vmware.vcenter.trusted_infrastructure package provides
interfaces that enable a Trusted Infrastructure. |
com.vmware.vcenter.trusted_infrastructure.attestation |
The
com.vmware.vcenter.trusted_infrastructure.attestation package
provides interfaces for configuring Attestation Services for Trusted vCenter. |
com.vmware.vcenter.trusted_infrastructure.kms |
The
com.vmware.vcenter.trusted_infrastructure.kms package provides
interfaces for configuring Key Provider Services for Trusted vCenter. |
com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.kms |
The
com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters.kms package
provides the interfaces for configuring the Key Provider Service. |
com.vmware.vcenter.trusted_infrastructure.trust_authority_hosts |
The
com.vmware.vcenter.trusted_infrastructure.trust_authority_hosts
package provides interfaces that provide information necessary to connect to the
hosts running the Trust Authority Components. |
com.vmware.vcenter.trusted_infrastructure.trusted_clusters.attestation |
The
com.vmware.vcenter.trusted_infrastructure.trusted_clusters.attestation package
provides interfaces for configuring Attestation Services for Trusted Clusters. |
com.vmware.vcenter.trusted_infrastructure.trusted_clusters.kms |
The
com.vmware.vcenter.trusted_infrastructure.trusted_clusters.kms
package provides interfaces for configuring Key Provider Services for Trusted
Clusters. |
Modifier and Type | Method and Description |
---|---|
static NetworkAddress |
NetworkAddress._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static NetworkAddress |
NetworkAddress._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
NetworkAddress |
NetworkAddress.Builder.build() |
Modifier and Type | Method and Description |
---|---|
NetworkAddress |
ServicesTypes.Summary.getAddress()
The service's address.
|
NetworkAddress |
ServicesTypes.Info.getAddress()
The service's address.
|
NetworkAddress |
ServicesTypes.CreateSpec.getAddress()
The service's address.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NetworkAddress> |
ServicesTypes.FilterSpec.getAddress()
A set of address by which to filter.
|
Modifier and Type | Method and Description |
---|---|
void |
ServicesTypes.Summary.setAddress(NetworkAddress address)
The service's address.
|
void |
ServicesTypes.Info.setAddress(NetworkAddress address)
The service's address.
|
void |
ServicesTypes.CreateSpec.setAddress(NetworkAddress address)
The service's address.
|
Modifier and Type | Method and Description |
---|---|
void |
ServicesTypes.FilterSpec.setAddress(java.util.List<NetworkAddress> address)
A set of address by which to filter.
|
ServicesTypes.FilterSpec.Builder |
ServicesTypes.FilterSpec.Builder.setAddress(java.util.List<NetworkAddress> address)
A set of address by which to filter.
|
Constructor and Description |
---|
Builder(NetworkAddress address,
X509CertChain trustedCA,
java.lang.String group,
java.lang.String trustAuthorityCluster)
Constructor with parameters for the required properties of
ServicesTypes.Info . |
Builder(NetworkAddress address,
X509CertChain trustedCA,
java.lang.String group,
java.lang.String trustAuthorityCluster)
Constructor with parameters for the required properties of
ServicesTypes.CreateSpec . |
Builder(java.lang.String service,
NetworkAddress address,
java.lang.String group,
java.lang.String trustAuthorityCluster)
Constructor with parameters for the required properties of
ServicesTypes.Summary . |
Modifier and Type | Method and Description |
---|---|
NetworkAddress |
ServicesTypes.Summary.getAddress()
The service's address.
|
NetworkAddress |
ServicesTypes.Info.getAddress()
The service's address.
|
NetworkAddress |
ServicesTypes.CreateSpec.getAddress()
The service's address.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NetworkAddress> |
ServicesTypes.FilterSpec.getAddress()
A set of address by which to filter.
|
Modifier and Type | Method and Description |
---|---|
void |
ServicesTypes.Summary.setAddress(NetworkAddress address)
The service's address.
|
void |
ServicesTypes.Info.setAddress(NetworkAddress address)
The service's address.
|
void |
ServicesTypes.CreateSpec.setAddress(NetworkAddress address)
The service's address.
|
Modifier and Type | Method and Description |
---|---|
void |
ServicesTypes.FilterSpec.setAddress(java.util.List<NetworkAddress> address)
A set of address by which to filter.
|
ServicesTypes.FilterSpec.Builder |
ServicesTypes.FilterSpec.Builder.setAddress(java.util.List<NetworkAddress> address)
A set of address by which to filter.
|
Constructor and Description |
---|
Builder(NetworkAddress address,
X509CertChain trustedCA,
java.lang.String group,
java.lang.String trustAuthorityCluster)
Constructor with parameters for the required properties of
ServicesTypes.Info . |
Builder(NetworkAddress address,
X509CertChain trustedCA,
java.lang.String group,
java.lang.String trustAuthorityCluster)
Constructor with parameters for the required properties of
ServicesTypes.CreateSpec . |
Builder(java.lang.String service,
NetworkAddress address,
java.lang.String group,
java.lang.String trustAuthorityCluster)
Constructor with parameters for the required properties of
ServicesTypes.Summary . |
Modifier and Type | Method and Description |
---|---|
NetworkAddress |
ProvidersTypes.Server.getAddress()
The server's address.
|
NetworkAddress |
ProvidersTypes.KeyServerCreateSpec.getProxyServer()
Proxy server configuration.
|
NetworkAddress |
ProvidersTypes.KeyServerUpdateSpec.getProxyServer()
Proxy server configuration.
|
NetworkAddress |
ProvidersTypes.KeyServerInfo.getProxyServer()
Proxy server configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ProvidersTypes.Server.setAddress(NetworkAddress address)
The server's address.
|
void |
ProvidersTypes.KeyServerCreateSpec.setProxyServer(NetworkAddress proxyServer)
Proxy server configuration.
|
ProvidersTypes.KeyServerCreateSpec.Builder |
ProvidersTypes.KeyServerCreateSpec.Builder.setProxyServer(NetworkAddress proxyServer)
Proxy server configuration.
|
void |
ProvidersTypes.KeyServerUpdateSpec.setProxyServer(NetworkAddress proxyServer)
Proxy server configuration.
|
ProvidersTypes.KeyServerUpdateSpec.Builder |
ProvidersTypes.KeyServerUpdateSpec.Builder.setProxyServer(NetworkAddress proxyServer)
Proxy server configuration.
|
void |
ProvidersTypes.KeyServerInfo.setProxyServer(NetworkAddress proxyServer)
Proxy server configuration.
|
ProvidersTypes.KeyServerInfo.Builder |
ProvidersTypes.KeyServerInfo.Builder.setProxyServer(NetworkAddress proxyServer)
Proxy server configuration.
|
Constructor and Description |
---|
Builder(java.lang.String name,
NetworkAddress address)
Constructor with parameters for the required properties of
ProvidersTypes.Server . |
Modifier and Type | Method and Description |
---|---|
NetworkAddress |
AttestationTypes.Summary.getAddress()
The service's address.
|
NetworkAddress |
AttestationTypes.Info.getAddress()
The service's address.
|
NetworkAddress |
KmsTypes.Summary.getAddress()
The service's address.
|
NetworkAddress |
KmsTypes.Info.getAddress()
The service's address.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NetworkAddress> |
AttestationTypes.FilterSpec.getAddress()
The service's address.
|
java.util.List<NetworkAddress> |
KmsTypes.FilterSpec.getAddress()
The service's address.
|
Modifier and Type | Method and Description |
---|---|
void |
AttestationTypes.Summary.setAddress(NetworkAddress address)
The service's address.
|
AttestationTypes.Summary.Builder |
AttestationTypes.Summary.Builder.setAddress(NetworkAddress address)
The service's address.
|
void |
AttestationTypes.Info.setAddress(NetworkAddress address)
The service's address.
|
void |
KmsTypes.Summary.setAddress(NetworkAddress address)
The service's address.
|
KmsTypes.Summary.Builder |
KmsTypes.Summary.Builder.setAddress(NetworkAddress address)
The service's address.
|
void |
KmsTypes.Info.setAddress(NetworkAddress address)
The service's address.
|
Modifier and Type | Method and Description |
---|---|
void |
AttestationTypes.FilterSpec.setAddress(java.util.List<NetworkAddress> address)
The service's address.
|
AttestationTypes.FilterSpec.Builder |
AttestationTypes.FilterSpec.Builder.setAddress(java.util.List<NetworkAddress> address)
The service's address.
|
void |
KmsTypes.FilterSpec.setAddress(java.util.List<NetworkAddress> address)
The service's address.
|
KmsTypes.FilterSpec.Builder |
KmsTypes.FilterSpec.Builder.setAddress(java.util.List<NetworkAddress> address)
The service's address.
|
Constructor and Description |
---|
Builder(java.lang.String host,
NetworkAddress address,
java.lang.String group,
java.lang.String cluster,
X509CertChain trustedCA)
Constructor with parameters for the required properties of
AttestationTypes.Info . |
Builder(java.lang.String host,
NetworkAddress address,
java.lang.String group,
java.lang.String cluster,
X509CertChain trustedCA)
Constructor with parameters for the required properties of
KmsTypes.Info . |
Modifier and Type | Method and Description |
---|---|
NetworkAddress |
ServicesAppliedConfigTypes.Summary.getAddress()
The network address of the Attestation Service configured for use in the Trusted
Cluster.
|
NetworkAddress |
ServicesAppliedConfigTypes.Info.getAddress()
The network address of the Attestation Service configured for use in the Trusted
Cluster.
|
NetworkAddress |
ServicesTypes.Summary.getAddress()
The service's address.
|
NetworkAddress |
ServicesTypes.Info.getAddress()
The service's address.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NetworkAddress> |
ServicesAppliedConfigTypes.FilterSpec.getAddress()
The network address of the Attestation Service configured for use in the Trusted
Cluster.
|
java.util.List<NetworkAddress> |
ServicesTypes.FilterSpec.getAddress()
The service's address.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ServicesAppliedConfig.get_Task(java.lang.String cluster,
NetworkAddress address)
Returns detailed information about the health of the specified Attestation
Service configuration applied to the cluster with respect to the desired state.
|
java.lang.String |
ServicesAppliedConfigStub.get_Task(java.lang.String cluster,
NetworkAddress address) |
void |
ServicesAppliedConfig.get_Task(java.lang.String cluster,
NetworkAddress address,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback)
Returns detailed information about the health of the specified Attestation
Service configuration applied to the cluster with respect to the desired state.
|
void |
ServicesAppliedConfigStub.get_Task(java.lang.String cluster,
NetworkAddress address,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback) |
void |
ServicesAppliedConfig.get_Task(java.lang.String cluster,
NetworkAddress address,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns detailed information about the health of the specified Attestation
Service configuration applied to the cluster with respect to the desired state.
|
void |
ServicesAppliedConfigStub.get_Task(java.lang.String cluster,
NetworkAddress address,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
java.lang.String |
ServicesAppliedConfig.get_Task(java.lang.String cluster,
NetworkAddress address,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns detailed information about the health of the specified Attestation
Service configuration applied to the cluster with respect to the desired state.
|
java.lang.String |
ServicesAppliedConfigStub.get_Task(java.lang.String cluster,
NetworkAddress address,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
ServicesAppliedConfigTypes.Summary.setAddress(NetworkAddress address)
The network address of the Attestation Service configured for use in the Trusted
Cluster.
|
void |
ServicesAppliedConfigTypes.Info.setAddress(NetworkAddress address)
The network address of the Attestation Service configured for use in the Trusted
Cluster.
|
void |
ServicesTypes.Summary.setAddress(NetworkAddress address)
The service's address.
|
void |
ServicesTypes.Info.setAddress(NetworkAddress address)
The service's address.
|
Modifier and Type | Method and Description |
---|---|
void |
ServicesAppliedConfigTypes.FilterSpec.setAddress(java.util.List<NetworkAddress> address)
The network address of the Attestation Service configured for use in the Trusted
Cluster.
|
ServicesAppliedConfigTypes.FilterSpec.Builder |
ServicesAppliedConfigTypes.FilterSpec.Builder.setAddress(java.util.List<NetworkAddress> address)
The network address of the Attestation Service configured for use in the Trusted
Cluster.
|
void |
ServicesTypes.FilterSpec.setAddress(java.util.List<NetworkAddress> address)
The service's address.
|
ServicesTypes.FilterSpec.Builder |
ServicesTypes.FilterSpec.Builder.setAddress(java.util.List<NetworkAddress> address)
The service's address.
|
Constructor and Description |
---|
Builder(NetworkAddress address,
X509CertChain trustedCA,
java.lang.String group,
java.lang.String trustAuthorityCluster)
Constructor with parameters for the required properties of
ServicesTypes.Info . |
Builder(ServicesAppliedConfigTypes.Health health,
NetworkAddress address)
Constructor with parameters for the required properties of
ServicesAppliedConfigTypes.Summary . |
Builder(ServicesAppliedConfigTypes.Health health,
NetworkAddress address,
java.util.Set<java.lang.String> groups,
java.util.List<X509CertChain> trustedcAs,
java.util.List<LocalizableMessage> details)
Constructor with parameters for the required properties of
ServicesAppliedConfigTypes.Info . |
Builder(java.lang.String service,
NetworkAddress address,
java.lang.String group,
java.lang.String trustAuthorityCluster)
Constructor with parameters for the required properties of
ServicesTypes.Summary . |
Modifier and Type | Method and Description |
---|---|
NetworkAddress |
ServicesAppliedConfigTypes.Summary.getAddress()
The network address of the Key Provider Service configured for use in the
Trusted Cluster.
|
NetworkAddress |
ServicesAppliedConfigTypes.Info.getAddress()
The network address of the Key Provider Service configured for use in the
Trusted Cluster.
|
NetworkAddress |
ServicesTypes.Summary.getAddress()
The service's address.
|
NetworkAddress |
ServicesTypes.Info.getAddress()
The service's address.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NetworkAddress> |
ServicesAppliedConfigTypes.FilterSpec.getAddress()
The network address of the Key Provider Service configured for use in the
Trusted Cluster.
|
java.util.List<NetworkAddress> |
ServicesTypes.FilterSpec.getAddress()
The service's address.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ServicesAppliedConfig.get_Task(java.lang.String cluster,
NetworkAddress address)
Returns detailed information about the health of the specified Key Provider
Service configuration applied to the cluster with respect to the desired state.
|
java.lang.String |
ServicesAppliedConfigStub.get_Task(java.lang.String cluster,
NetworkAddress address) |
void |
ServicesAppliedConfig.get_Task(java.lang.String cluster,
NetworkAddress address,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback)
Returns detailed information about the health of the specified Key Provider
Service configuration applied to the cluster with respect to the desired state.
|
void |
ServicesAppliedConfigStub.get_Task(java.lang.String cluster,
NetworkAddress address,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback) |
void |
ServicesAppliedConfig.get_Task(java.lang.String cluster,
NetworkAddress address,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns detailed information about the health of the specified Key Provider
Service configuration applied to the cluster with respect to the desired state.
|
void |
ServicesAppliedConfigStub.get_Task(java.lang.String cluster,
NetworkAddress address,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
java.lang.String |
ServicesAppliedConfig.get_Task(java.lang.String cluster,
NetworkAddress address,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns detailed information about the health of the specified Key Provider
Service configuration applied to the cluster with respect to the desired state.
|
java.lang.String |
ServicesAppliedConfigStub.get_Task(java.lang.String cluster,
NetworkAddress address,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
ServicesAppliedConfigTypes.Summary.setAddress(NetworkAddress address)
The network address of the Key Provider Service configured for use in the
Trusted Cluster.
|
void |
ServicesAppliedConfigTypes.Info.setAddress(NetworkAddress address)
The network address of the Key Provider Service configured for use in the
Trusted Cluster.
|
void |
ServicesTypes.Summary.setAddress(NetworkAddress address)
The service's address.
|
void |
ServicesTypes.Info.setAddress(NetworkAddress address)
The service's address.
|
Modifier and Type | Method and Description |
---|---|
void |
ServicesAppliedConfigTypes.FilterSpec.setAddress(java.util.List<NetworkAddress> address)
The network address of the Key Provider Service configured for use in the
Trusted Cluster.
|
ServicesAppliedConfigTypes.FilterSpec.Builder |
ServicesAppliedConfigTypes.FilterSpec.Builder.setAddress(java.util.List<NetworkAddress> address)
The network address of the Key Provider Service configured for use in the
Trusted Cluster.
|
void |
ServicesTypes.FilterSpec.setAddress(java.util.List<NetworkAddress> address)
The service's address.
|
ServicesTypes.FilterSpec.Builder |
ServicesTypes.FilterSpec.Builder.setAddress(java.util.List<NetworkAddress> address)
The service's address.
|
Constructor and Description |
---|
Builder(NetworkAddress address,
X509CertChain trustedCA,
java.lang.String group,
java.lang.String trustAuthorityCluster)
Constructor with parameters for the required properties of
ServicesTypes.Info . |
Builder(ServicesAppliedConfigTypes.Health health,
NetworkAddress address)
Constructor with parameters for the required properties of
ServicesAppliedConfigTypes.Summary . |
Builder(ServicesAppliedConfigTypes.Health health,
NetworkAddress address,
java.util.Set<java.lang.String> groups,
java.util.List<X509CertChain> trustedcAs,
java.util.List<LocalizableMessage> details)
Constructor with parameters for the required properties of
ServicesAppliedConfigTypes.Info . |
Builder(java.lang.String service,
NetworkAddress address,
java.lang.String group,
java.lang.String trustAuthorityCluster)
Constructor with parameters for the required properties of
ServicesTypes.Summary . |