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
@Param(description = "Whether the vpn customer gateway contains obsoleteparameters. The listCapabilities api can be used to determine which parameters are obsolete.")
119
-
privateBooleancontainsObsoleteAlgorithms;
117
+
@SerializedName(ApiConstants.OBSOLETE_PARAMETERS)
118
+
@Param(description = "Contains the list of obsolete/insecure cryptographic parameters that the vpn customer gateway is using.", since = "4.23.0")
@Param(description = "Whether the vpn customer gateway contains excluded parameters. The listCapabilities api can be used to determine which parameters are excluded.")
123
-
privateBooleancontainsExcludedAlgorithms;
121
+
@SerializedName(ApiConstants.EXCLUDED_PARAMETERS)
122
+
@Param(description = "Contains the list of excluded/not allowed cryptographic parameters that the vpn customer gateway is using.", since = "4.23.0")
123
+
privateStringexcludedParameters;
124
124
125
125
publicvoidsetId(Stringid) {
126
126
this.id = id;
@@ -210,12 +210,12 @@ public void setDomainPath(String domainPath) {
0 commit comments