Interface NetworkConfig.IntakeVlanAttachmentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NetworkConfig.IntakeVlanAttachment
,NetworkConfig.IntakeVlanAttachment.Builder
- Enclosing class:
- NetworkConfig
public static interface NetworkConfig.IntakeVlanAttachmentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Identifier of the VLAN attachment.com.google.protobuf.ByteString
getIdBytes()
Identifier of the VLAN attachment.String
getPairingKey()
Attachment pairing key.com.google.protobuf.ByteString
getPairingKeyBytes()
Attachment pairing key.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
Identifier of the VLAN attachment.
string id = 1;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
Identifier of the VLAN attachment.
string id = 1;
- Returns:
- The bytes for id.
-
getPairingKey
String getPairingKey()
Attachment pairing key.
string pairing_key = 2;
- Returns:
- The pairingKey.
-
getPairingKeyBytes
com.google.protobuf.ByteString getPairingKeyBytes()
Attachment pairing key.
string pairing_key = 2;
- Returns:
- The bytes for pairingKey.
-
-