public interface InterconnectDiagnosticsMacsecStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCkn()
public abstract String getCkn()
Indicates the Connectivity Association Key Name (CKN) currently being used if MACsec is operational.
optional string ckn = 98566;
Returns | |
---|---|
Type | Description |
String |
The ckn. |
getCknBytes()
public abstract ByteString getCknBytes()
Indicates the Connectivity Association Key Name (CKN) currently being used if MACsec is operational.
optional string ckn = 98566;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for ckn. |
getOperational()
public abstract boolean getOperational()
Indicates whether or not MACsec is operational on this link.
optional bool operational = 129704914;
Returns | |
---|---|
Type | Description |
boolean |
The operational. |
hasCkn()
public abstract boolean hasCkn()
Indicates the Connectivity Association Key Name (CKN) currently being used if MACsec is operational.
optional string ckn = 98566;
Returns | |
---|---|
Type | Description |
boolean |
Whether the ckn field is set. |
hasOperational()
public abstract boolean hasOperational()
Indicates whether or not MACsec is operational on this link.
optional bool operational = 129704914;
Returns | |
---|---|
Type | Description |
boolean |
Whether the operational field is set. |