vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - KmipServerSpec(vim.encryption.KmipServerSpec)
- Parameter to
 - RegisterKmipServer, UpdateKmipServer
 - Extends
 - DynamicData
 - See also
 - KeyProviderId, KmipServerInfo, KmipServerSpecKeySpec
 - Since
 - vSphere API Release 6.5
 
Data Object Description
Data Object representing a KMIP server connection spec.Properties
| Name | Type | Description | 
|---|---|---|
| clusterId | KeyProviderId | 
         The ID of the KMIP cluster. KMIP servers with the same clusterId are in
 one cluster and provide the same keys for redundancy.
       | 
| defaultKeyType* | xsd:string | 
         Key type which the key provider generates by default.
 See KmipClusterInfoKeyType for supported values.
      
Since vSphere API Release 9.0.0.0 | 
| info | KmipServerInfo | 
         Connection information for the KMIP server.
       | 
| keySpec* | KmipServerSpecKeySpec | 
         Specification of key.
      
Since vSphere API Release 9.0.0.0 | 
| password* | xsd:string | 
         Password to authenticate to the KMIP server.
 Set value to empty string to delete the entry.
       | 
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |