public class CreateKMIPAdapterRequestBodyResources
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateKMIPAdapterRequestBodyResources.Builder
Builder.
|
static interface |
CreateKMIPAdapterRequestBodyResources.Profile
The profile of KMIP adapter to be created.
|
Modifier and Type | Method and Description |
---|---|
String |
description()
Gets the description.
|
String |
name()
Gets the name.
|
CreateKMIPAdapterRequestBodyResources.Builder |
newBuilder()
New builder.
|
String |
profile()
Gets the profile.
|
KMIPProfileDataBody |
profileData()
Gets the profileData.
|
public CreateKMIPAdapterRequestBodyResources.Builder newBuilder()
public String name()
public String description()
public String profile()
public KMIPProfileDataBody profileData()
Copyright © 2024 IBM Cloud. All rights reserved.