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