Interface NetworkConfig.IntakeVlanAttachmentOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.