Click or drag to resize

ModifyKeyServerKmipRequest Class

ModifyKeyServerKmipRequest Modifies a KMIP (Key Management Interoperability Protocol) Key Server to the specified attributes. The only required parameter is the keyServerID. A request which contains only the keyServerID will be a no-op and no error will be returned. Any other parameters which are specified will replace the existing values on the KMIP Key Server with the specified keyServerID. Because this server might be part of an active provider this will result in contacting the server to verify it's functional. Multiple hostnames or IP addresses must only be provided to the kmipKeyServerHostnames parameter if the key servers are in a clustered configuration.
Inheritance Hierarchy
SystemObject
  SolidFire.CoreRpcBase
    SolidFire.Element.ApiModifyKeyServerKmipRequest

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public class ModifyKeyServerKmipRequest : RpcBase

The ModifyKeyServerKmipRequest type exposes the following members.

Constructors
  NameDescription
Public methodModifyKeyServerKmipRequest
Initializes a new instance of the ModifyKeyServerKmipRequest class
Top
Properties
  NameDescription
Public propertyKeyServerID
The ID of the KMIP Key Server to modify.
Public propertyKmipCaCertificate
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.
Public propertyKmipClientCertificate
A PEM format Base64 encoded PKCS#10 X.509 certificate used by the Solidfire KMIP client.
Public propertyKmipKeyServerHostnames
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.
Public propertyKmipKeyServerName
The name of the KMIP Key Server. This name is only used for display purposes and does not need to be unique.
Public propertyKmipKeyServerPort
The port number associated with this KMIP Key Server (typically 5696).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.)
Top
See Also