public interface InterconnectDiagnosticsMacsecStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCkn()
Indicates the Connectivity Association Key Name (CKN) currently being used if MACsec is operational.
|
com.google.protobuf.ByteString |
getCknBytes()
Indicates the Connectivity Association Key Name (CKN) currently being used if MACsec is operational.
|
boolean |
getOperational()
Indicates whether or not MACsec is operational on this link.
|
boolean |
hasCkn()
Indicates the Connectivity Association Key Name (CKN) currently being used if MACsec is operational.
|
boolean |
hasOperational()
Indicates whether or not MACsec is operational on this link.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCkn()
Indicates the Connectivity Association Key Name (CKN) currently being used if MACsec is operational.
optional string ckn = 98566;String getCkn()
Indicates the Connectivity Association Key Name (CKN) currently being used if MACsec is operational.
optional string ckn = 98566;com.google.protobuf.ByteString getCknBytes()
Indicates the Connectivity Association Key Name (CKN) currently being used if MACsec is operational.
optional string ckn = 98566;boolean hasOperational()
Indicates whether or not MACsec is operational on this link.
optional bool operational = 129704914;boolean getOperational()
Indicates whether or not MACsec is operational on this link.
optional bool operational = 129704914;Copyright © 2025 Google LLC. All rights reserved.