CreateKeyServerKmipRequest Class |
Namespace: SolidFire.Element.Api
public class CreateKeyServerKmipRequest : RpcBase
The CreateKeyServerKmipRequest type exposes the following members.
Name | Description | |
---|---|---|
CreateKeyServerKmipRequest | Initializes a new instance of the CreateKeyServerKmipRequest class |
Name | Description | |
---|---|---|
KmipCaCertificate |
The public key certificate of the external key server's root CA. This will be used to verify the certificate presented by external key server in the TLS communication.
For key server clusters where individual servers use different CAs, provide a concatenated string containing the root certificates of all the CAs.
| |
KmipClientCertificate |
A PEM format Base64 encoded PKCS#10 X.509 certificate used by the Solidfire KMIP client.
| |
KmipKeyServerHostnames |
Array of the hostnames or IP addresses associated with this KMIP Key Server. Multiple hostnames or IP addresses must only be provided if the key servers are in a clustered configuration.
| |
KmipKeyServerName |
The name of the KMIP Key Server. This name is only used for display purposes and does not need to be unique.
| |
KmipKeyServerPort |
The port number associated with this KMIP Key Server (typically 5696).
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |