You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** The identity of the standard key to use for BGP MD5 authentication key.
1543
1545
* The key material that you provide must be base64 encoded and original string must be maximum 126 ASCII
1544
1546
* characters in length.
1545
-
*
1546
1547
* To clear the optional `authentication_key` field patch its crn to `""`.
1547
1548
*/
1548
1549
authentication_key?: GatewayAuthenticationKey;
@@ -1551,7 +1552,7 @@ namespace DirectLinkV1 {
1551
1552
/** (DEPRECATED) BGP base CIDR is deprecated and no longer recognized by the Direct Link APIs.
1552
1553
*
1553
1554
* See bgp_cer_cidr and bgp_ibm_cidr fields instead for IP related information.
1554
-
*
1555
+
*
1555
1556
* Deprecated field bgp_base_cidr will be removed from the API specificiation after 15-MAR-2021.
1556
1557
*/
1557
1558
bgp_base_cidr?: string;
@@ -1623,15 +1624,21 @@ namespace DirectLinkV1 {
1623
1624
vlan?: number;
1624
1625
}
1625
1626
1626
-
/** BGP MD5 authentication key. BGP MD5 keys must be type=standard. 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 `""`. */
1627
+
/** 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 `""`. */
* Key](https://cloud.ibm.com/docs/key-protect?topic=key-protect-getting-started-tutorial) or [Hyper Protect Crypto
1631
+
* Service Standard Key](https://cloud.ibm.com/docs/hs-crypto?topic=hs-crypto-get-started) for this resource.
1632
+
*/
1629
1633
crn: string;
1630
1634
}
1631
1635
1632
-
/** BGP MD5 authentication key. BGP MD5 keys must be type=standard. 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 `""`. */
1636
+
/** 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 `""`. */
1633
1637
exportinterfaceGatewayAuthenticationKey{
1634
-
/** connectivity association key crn. */
1638
+
/** The CRN of the [Key Protect Standard
1639
+
* Key](https://cloud.ibm.com/docs/key-protect?topic=key-protect-getting-started-tutorial) or [Hyper Protect Crypto
1640
+
* Service Standard Key](https://cloud.ibm.com/docs/hs-crypto?topic=hs-crypto-get-started) for this resource.
1641
+
*/
1635
1642
crn: string;
1636
1643
}
1637
1644
@@ -1785,6 +1792,15 @@ namespace DirectLinkV1 {
1785
1792
crn: string;
1786
1793
}
1787
1794
1795
+
/** 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 `""`. */
/** 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 `""`. */
1889
+
exportinterfaceGatewayTemplateAuthenticationKey{
1890
+
/** The CRN of the [Key Protect Standard
1891
+
* Key](https://cloud.ibm.com/docs/key-protect?topic=key-protect-getting-started-tutorial) or [Hyper Protect Crypto
1892
+
* Service Standard Key](https://cloud.ibm.com/docs/hs-crypto?topic=hs-crypto-get-started) for this resource.
1893
+
*/
1894
+
crn: string;
1895
+
}
1896
+
1897
+
/** 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 `""`. */
* Key](https://cloud.ibm.com/docs/key-protect?topic=key-protect-getting-started-tutorial) or [Hyper Protect Crypto
1901
+
* Service Standard Key](https://cloud.ibm.com/docs/hs-crypto?topic=hs-crypto-get-started) for this resource.
1902
+
*/
1903
+
crn: string;
1904
+
}
1905
+
1906
+
/** 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 `""`. */
0 commit comments