Class GatewayMacsecConfigPatchTemplateFallbackCak
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.direct_link.v1.model.GatewayMacsecConfigPatchTemplateFallbackCak
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GatewayMacsecConfigPatchTemplateFallbackCak extends com.ibm.cloud.sdk.core.service.model.GenericModel
Fallback connectivity association key. MACsec keys must be type=standard with key name lengths between 2 to 64 inclusive and contain only characters [a-fA-F0-9]. The key material must be exactly 64 characters in length and contain only [a-fA-F0-9]. To clear the optional `fallback_cak` field patch its crn to `""`. A gateway's `fallback_cak` crn cannot match its `primary_cak` crn.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GatewayMacsecConfigPatchTemplateFallbackCak.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
crn()
Gets the crn.GatewayMacsecConfigPatchTemplateFallbackCak.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public GatewayMacsecConfigPatchTemplateFallbackCak.Builder newBuilder()
New builder.- Returns:
- a GatewayMacsecConfigPatchTemplateFallbackCak builder
-
crn
public String crn()
Gets the crn. connectivity association key crn.- Returns:
- the crn
-
-