Interface NetworkConfig.IntakeVlanAttachmentOrBuilder (0.41.0)

public static interface NetworkConfig.IntakeVlanAttachmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getId()

public abstract String getId()

Identifier of the VLAN attachment.

string id = 1;

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

Identifier of the VLAN attachment.

string id = 1;

Returns
TypeDescription
ByteString

The bytes for id.

getPairingKey()

public abstract String getPairingKey()

Attachment pairing key.

string pairing_key = 2;

Returns
TypeDescription
String

The pairingKey.

getPairingKeyBytes()

public abstract ByteString getPairingKeyBytes()

Attachment pairing key.

string pairing_key = 2;

Returns
TypeDescription
ByteString

The bytes for pairingKey.