Class CreateKMIPAdapterRequestBodyResources

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class CreateKMIPAdapterRequestBodyResources
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    CreateKMIPAdapterRequestBodyResources.
    • Method Detail

      • name

        public String name()
        Gets the name. A human-readable name of the KMIP adapter unique within the kms instance. If one is not specified, one will be autogenerated of the format `kmip_adapter_<random_string>`. To protect your privacy do not use personal data, such as your name or location, as a name for your KMIP adapter. The name must be alphanumeric and cannot contain spaces or special characters other than `-` or `_`. The name cannot be a UUID.
        Returns:
        the name
      • description

        public String description()
        Gets the description. The optional description of the KMIP adapter. The maximum length is 240 characters. To protect your privacy, do not use personal data, such as your name or location, as a description for your KMIP adapter.
        Returns:
        the description
      • profile

        public String profile()
        Gets the profile. The profile of KMIP adapter to be created.
        Returns:
        the profile
      • profileData

        public KMIPProfileDataBody profileData()
        Gets the profileData. The data specific to the KMIP Adapter profile. This is a required field for profile `native_1.0`.
        Returns:
        the profileData