public static interface NetworkConfig.IntakeVlanAttachmentOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getId()
public abstract String getId()
Identifier of the VLAN attachment.
string id = 1;
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()
Identifier of the VLAN attachment.
string id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for id. |
getPairingKey()
public abstract String getPairingKey()
Attachment pairing key.
string pairing_key = 2;
Returns | |
---|---|
Type | Description |
String |
The pairingKey. |
getPairingKeyBytes()
public abstract ByteString getPairingKeyBytes()
Attachment pairing key.
string pairing_key = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pairingKey. |