SEND US FEEDBACK!
vSphere API/SDK Documentation > vSphere Management SDK > vSphere Web Services SDK Documentation > VMware vSphere API Reference > Data Object Types > K
  • 0 Ratings

Data Object - KmipServerInfo(vim.encryption.KmipServerInfo)

Property of
KmipClusterInfo, KmipServerSpec
Parameter to
RetrieveKmipServerCert
Extends
DynamicData
Since
vSphere API 6.5

Data Object Description

Data Object representing a KMIP server connection information.

Properties

Name Type Description
addressxsd:string

Address of the KMIP server.
namexsd:string

Name for the KMIP server.
nbio*xsd:int

Non-blocking I/O required. Set value "-1" to delete the entry.
portxsd:int

Port of the KMIP server.
protocol*xsd:string

KMIP library protocol handler, e.g. KMIP1. Set value to empty string to delete the entry.
proxyAddress*xsd:string

Address of the proxy server. Set value to empty string to delete the entry.
proxyPort*xsd:int

Port of the proxy server. Set value "-1" to delete the entry.
reconnect*xsd:int

Should auto-reconnect be done. Set value "-1" to delete the entry.
timeout*xsd:int

I/O timeout in seconds (-1=none,0=infinite). Set value "-1" to delete the entry.
userName*xsd:string

Username to authenticate to the KMIP server. Set value to empty string to delete the entry.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition




Feedback

  • 0 Ratings