Class KMIPAdapter
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.KMIPAdapter
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class KMIPAdapter extends com.ibm.cloud.sdk.core.service.model.GenericModelProperties applicable to all KMIP adapter resources.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKMIPAdapter.ProfileThe profile of KMIP adapter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedAt()Gets the createdAt.StringgetCreatedBy()Gets the createdBy.StringgetDescription()Gets the description.StringgetId()Gets the id.StringgetName()Gets the name.StringgetProfile()Gets the profile.KMIPProfileDataBodygetProfileData()Gets the profileData.DategetUpdatedAt()Gets the updatedAt.StringgetUpdatedBy()Gets the updatedBy.
-
-
-
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
-
-