Class GatewayMacsecConfigTemplateFallbackCak
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.direct_link.v1.model.GatewayMacsecConfigTemplateFallbackCak
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GatewayMacsecConfigTemplateFallbackCak extends com.ibm.cloud.sdk.core.service.model.GenericModel
Fallback connectivity association key. The `fallback_cak` crn cannot match the `primary_cak` crn. 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].
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GatewayMacsecConfigTemplateFallbackCak.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
crn()
Gets the crn.GatewayMacsecConfigTemplateFallbackCak.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public GatewayMacsecConfigTemplateFallbackCak.Builder newBuilder()
New builder.- Returns:
- a GatewayMacsecConfigTemplateFallbackCak builder
-
crn
public String crn()
Gets the crn. connectivity association key crn.- Returns:
- the crn
-
-