Class GatewayActionTemplateAuthenticationKey
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.direct_link.v1.model.GatewayActionTemplateAuthenticationKey
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GatewayActionTemplateAuthenticationKey extends com.ibm.cloud.sdk.core.service.model.GenericModel
Applicable for create_gateway_approve requests to select the gateway's BGP MD5 authentication key. The key material that you provide must be base64 encoded and original string must be maximum 126 ASCII characters in length. To clear the optional `authentication_key` field patch its crn to `""`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GatewayActionTemplateAuthenticationKey.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
crn()
Gets the crn.GatewayActionTemplateAuthenticationKey.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public GatewayActionTemplateAuthenticationKey.Builder newBuilder()
New builder.- Returns:
- a GatewayActionTemplateAuthenticationKey builder
-
crn
public String crn()
Gets the crn. The CRN of the [Key Protect Standard Key](https://cloud.ibm.com/docs/key-protect?topic=key-protect-getting-started-tutorial) or [Hyper Protect Crypto Service Standard Key](https://cloud.ibm.com/docs/hs-crypto?topic=hs-crypto-get-started) for this resource.- Returns:
- the crn
-
-