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.GenericModel
The 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 Summary
Nested Classes Modifier and Type Class Description static class
GatewayTemplateAuthenticationKey.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
crn()
Gets the crn.GatewayTemplateAuthenticationKey.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public GatewayTemplateAuthenticationKey.Builder newBuilder()
New builder.- Returns:
- a GatewayTemplateAuthenticationKey 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
-
-