Class KMIPAdapter

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

    public class KMIPAdapter
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Properties applicable to all KMIP adapter resources.
    • Method Detail

      • getId

        public String getId()
        Gets the id. The v4 UUID that uniquely identifies this KMIP adapter.
        Returns:
        the id
      • getName

        public String getName()
        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
      • getCreatedAt

        public Date getCreatedAt()
        Gets the createdAt. The date the KMIP adapter was created. The date format follows RFC 3339.
        Returns:
        the createdAt
      • getCreatedBy

        public String getCreatedBy()
        Gets the createdBy. The unique identifier of the user that created the KMIP adapter.
        Returns:
        the createdBy
      • getUpdatedAt

        public Date getUpdatedAt()
        Gets the updatedAt. The date the KMIP adapter was last modified, either by creation or by modification of adapter subresources. The date format follows RFC 3339.
        Returns:
        the updatedAt
      • getUpdatedBy

        public String getUpdatedBy()
        Gets the updatedBy. The unique identifier of the user that updated the KMIP adapter.
        Returns:
        the updatedBy
      • getProfile

        public String getProfile()
        Gets the profile. The profile of KMIP adapter.
        Returns:
        the profile
      • getDescription

        public String getDescription()
        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
      • getProfileData

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