Class GatewayTemplateAuthenticationKey
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.direct_link.v1.model.GatewayTemplateAuthenticationKey
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class GatewayTemplateAuthenticationKey extends com.ibm.cloud.sdk.core.service.model.GenericModelThe identity of the standard key to use for 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 SummaryNested Classes Modifier and Type Class Description static classGatewayTemplateAuthenticationKey.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcrn()Gets the crn.GatewayTemplateAuthenticationKey.BuildernewBuilder()New builder.
 
- 
- 
- 
Method Detail- 
newBuilderpublic GatewayTemplateAuthenticationKey.Builder newBuilder() New builder.- Returns:
- a GatewayTemplateAuthenticationKey builder
 
 - 
crnpublic 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
 
 
- 
 
-